enum
Amazonite::CloudFormation::DifferenceType
Defined in:
cloudformation/difference_type.crEnum Members
-
Add =
0 -
Remove =
1 -
NotEqual =
2
Class Method Summary
- .from_json(pull : JSON::PullParser) : ACF::DifferenceType
- .from_json_object_key?(key : String) : ACF::DifferenceType | Nil
- .to_json(e : DifferenceType, json : JSON::Builder) : Nil
Instance Method Summary
-
#add?
Returns
trueif this enum value equalsAdd -
#not_equal?
Returns
trueif this enum value equalsNotEqual -
#remove?
Returns
trueif this enum value equalsRemove - #to_json_object_key : String