enum Amazonite::Kms::RotationType

Defined in:

kms/rotation_type.cr

Enum Members

Automatic = 0
OnDemand = 1

Class Method Summary

Instance Method Summary

Class Method Detail

def self.from_json(pull : JSON::PullParser) : AK::RotationType #

[View source]
def self.from_json_object_key?(key : String) : AK::RotationType | Nil #

[View source]
def self.to_json(e : RotationType, json : JSON::Builder) : Nil #

[View source]

Instance Method Detail

def automatic? #

Returns true if this enum value equals Automatic


[View source]
def on_demand? #

Returns true if this enum value equals OnDemand


[View source]
def to_json_object_key : String #

[View source]