enum
Amazonite::DynamoDB::ReturnValue
Defined in:
dynamodb/return_value.crEnum Members
-
None =
0 -
AllOld =
1 -
UpdatedOld =
2 -
AllNew =
3 -
UpdatedNew =
4
Class Method Summary
- .from_json(pull : JSON::PullParser) : ADDB::ReturnValue
- .from_json_object_key?(key : String) : ADDB::ReturnValue | Nil
- .to_json(e : ReturnValue, json : JSON::Builder) : Nil
Instance Method Summary
-
#all_new?
Returns
trueif this enum value equalsAllNew -
#all_old?
Returns
trueif this enum value equalsAllOld -
#none?
Returns
trueif this enum value equalsNone - #to_json_object_key : String
-
#updated_new?
Returns
trueif this enum value equalsUpdatedNew -
#updated_old?
Returns
trueif this enum value equalsUpdatedOld