enum Amazonite::Kms::DryRunModifierType

Defined in:

kms/dry_run_modifier_type.cr

Enum Members

IgnoreCiphertext = 0

Class Method Summary

Instance Method Summary

Class Method Detail

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

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

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

[View source]

Instance Method Detail

def ignore_ciphertext? #

Returns true if this enum value equals IgnoreCiphertext


[View source]
def to_json_object_key : String #

[View source]