enum

Amazonite::DynamoDBV2::Select

Inherits Enum < Comparable < Value < Object

Constants

AllAttributes = 0
AllProjectedAttributes = 1
SpecificAttributes = 2
Count = 3

Class methods

from_json(pull : JSON::PullParser) : ADDB::Select
Source
to_json(e : Select, json : JSON::Builder) : Nil
Source

Instance methods

all_attributes?

Returns true if this enum value equals AllAttributes

Source
all_projected_attributes?

Returns true if this enum value equals AllProjectedAttributes

Source
count?

Returns true if this enum value equals Count

Source
specific_attributes?

Returns true if this enum value equals SpecificAttributes

Source