enum
Amazonite::Kms::IncludeKeyMaterial
Defined in:
kms/include_key_material.crEnum Members
-
AllKeyMaterial =
0 -
RotationsOnly =
1
Class Method Summary
- .from_json(pull : JSON::PullParser) : AK::IncludeKeyMaterial
- .from_json_object_key?(key : String) : AK::IncludeKeyMaterial | Nil
- .to_json(e : IncludeKeyMaterial, json : JSON::Builder) : Nil
Instance Method Summary
-
#all_key_material?
Returns
trueif this enum value equalsAllKeyMaterial -
#rotations_only?
Returns
trueif this enum value equalsRotationsOnly - #to_json_object_key : String