enum
Amazonite::Kms::RotationType
Defined in:
kms/rotation_type.crEnum Members
-
Automatic =
0 -
OnDemand =
1
Class Method Summary
- .from_json(pull : JSON::PullParser) : AK::RotationType
- .from_json_object_key?(key : String) : AK::RotationType | Nil
- .to_json(e : RotationType, json : JSON::Builder) : Nil
Instance Method Summary
-
#automatic?
Returns
trueif this enum value equalsAutomatic -
#on_demand?
Returns
trueif this enum value equalsOnDemand - #to_json_object_key : String