class Amazonite::Kms::CreateKeyResponse

Included Modules

Defined in:

kms/create_key_response.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(key_metadata : KeyMetadata | Nil = nil) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def key_metadata : KeyMetadata | Nil #

Metadata associated with the KMS key.


[View source]
def key_metadata=(key_metadata : KeyMetadata | Nil) #

Metadata associated with the KMS key.


[View source]
def validate! : Nil #

[View source]