class Amazonite::Kms::GenerateDataKeyWithoutPlaintextResponse

Included Modules

Defined in:

kms/generate_data_key_without_plaintext_response.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(ciphertext_blob : Bytes | Nil = nil, 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 ciphertext_blob : Bytes | Nil #

The encrypted data key. When you use the HTTP API or the Amazon Web Services CLI, the value is Base64-encoded. Otherwise, it is not Base64-encoded.


[View source]
def ciphertext_blob=(ciphertext_blob : Bytes | Nil) #

The encrypted data key. When you use the HTTP API or the Amazon Web Services CLI, the value is Base64-encoded. Otherwise, it is not Base64-encoded.


[View source]
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 that encrypted the data key.


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

The Amazon Resource Name (key ARN) of the KMS key that encrypted the data key.


[View source]
def key_material_id : String | Nil #

The identifier of the key material used to encrypt the data key.


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

The identifier of the key material used to encrypt the data key.


[View source]
def validate! : Nil #

[View source]