enum
Amazonite::CloudFormation::AttributeChangeType
Defined in:
cloudformation/attribute_change_type.crEnum Members
-
Add =
0 -
Remove =
1 -
Modify =
2 -
SyncWithActual =
3
Class Method Summary
- .from_json(pull : JSON::PullParser) : ACF::AttributeChangeType
- .from_json_object_key?(key : String) : ACF::AttributeChangeType | Nil
- .to_json(e : AttributeChangeType, json : JSON::Builder) : Nil
Instance Method Summary
-
#add?
Returns
trueif this enum value equalsAdd -
#modify?
Returns
trueif this enum value equalsModify -
#remove?
Returns
trueif this enum value equalsRemove -
#sync_with_actual?
Returns
trueif this enum value equalsSyncWithActual - #to_json_object_key : String