Class: Aws::Types::GenerateDataKeyResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:plaintext])

Instance Attribute Summary collapse

Instance Attribute Details

#ciphertext_blob::String

Returns the value of attribute ciphertext_blob.

Returns:

  • (::String)


380
381
382
# File 'sig/types.rbs', line 380

def ciphertext_blob
  @ciphertext_blob
end

#ciphertext_for_recipient::String

Returns the value of attribute ciphertext_for_recipient.

Returns:

  • (::String)


383
384
385
# File 'sig/types.rbs', line 383

def ciphertext_for_recipient
  @ciphertext_for_recipient
end

#key_id::String

Returns the value of attribute key_id.

Returns:

  • (::String)


382
383
384
# File 'sig/types.rbs', line 382

def key_id
  @key_id
end

#key_material_id::String

Returns the value of attribute key_material_id.

Returns:

  • (::String)


384
385
386
# File 'sig/types.rbs', line 384

def key_material_id
  @key_material_id
end

#plaintext::String

Returns the value of attribute plaintext.

Returns:

  • (::String)


381
382
383
# File 'sig/types.rbs', line 381

def plaintext
  @plaintext
end