enum
Amazonite::DynamoDB::ProjectionType
Defined in:
dynamodb/projection_type.crEnum Members
-
All =
0 -
KeysOnly =
1 -
Include =
2
Class Method Summary
- .from_json(pull : JSON::PullParser) : ADDB::ProjectionType
- .from_json_object_key?(key : String) : ADDB::ProjectionType | Nil
- .to_json(e : ProjectionType, json : JSON::Builder) : Nil
Instance Method Summary
-
#all?
Returns
trueif this enum value equalsAll -
#include?
Returns
trueif this enum value equalsInclude -
#keys_only?
Returns
trueif this enum value equalsKeysOnly - #to_json_object_key : String