enum
Amazonite::DynamoDB::AttributeAction
Defined in:
dynamodb/attribute_action.crEnum Members
-
Add =
0 -
Put =
1 -
Delete =
2
Class Method Summary
- .from_json(pull : JSON::PullParser) : ADDB::AttributeAction
- .from_json_object_key?(key : String) : ADDB::AttributeAction | Nil
- .to_json(e : AttributeAction, json : JSON::Builder) : Nil
Instance Method Summary
-
#add?
Returns
trueif this enum value equalsAdd -
#delete?
Returns
trueif this enum value equalsDelete -
#put?
Returns
trueif this enum value equalsPut - #to_json_object_key : String