class Amazonite::Kms::DeleteImportedKeyMaterialResponse

Included Modules

Defined in:

kms/delete_imported_key_material_response.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(key_id : String | Nil = nil, key_material_id : String | Nil = nil) #

[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_id : String | Nil #

The Amazon Resource Name (key ARN) of the KMS key from which the key material was deleted.


[View source]
def key_id=(key_id : String | Nil) #

The Amazon Resource Name (key ARN) of the KMS key from which the key material was deleted.


[View source]
def key_material_id : String | Nil #

Identifies the deleted key material.


[View source]
def key_material_id=(key_material_id : String | Nil) #

Identifies the deleted key material.


[View source]
def validate! : Nil #

[View source]