Class: Aws::Types::GenerateDataKeyWithoutPlaintextResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ciphertext_blob::String

Returns the value of attribute ciphertext_blob.

Returns:

  • (::String)


399
400
401
# File 'sig/types.rbs', line 399

def ciphertext_blob
  @ciphertext_blob
end

#key_id::String

Returns the value of attribute key_id.

Returns:

  • (::String)


400
401
402
# File 'sig/types.rbs', line 400

def key_id
  @key_id
end

#key_material_id::String

Returns the value of attribute key_material_id.

Returns:

  • (::String)


401
402
403
# File 'sig/types.rbs', line 401

def key_material_id
  @key_material_id
end