Class: Aws::Types::GenerateDataKeyResponse
- Inherits:
-
Object
- Object
- Aws::Types::GenerateDataKeyResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ciphertext_blob ⇒ ::String
Returns the value of attribute ciphertext_blob.
-
#ciphertext_for_recipient ⇒ ::String
Returns the value of attribute ciphertext_for_recipient.
-
#key_id ⇒ ::String
Returns the value of attribute key_id.
-
#key_material_id ⇒ ::String
Returns the value of attribute key_material_id.
-
#plaintext ⇒ ::String
Returns the value of attribute plaintext.
Instance Attribute Details
#ciphertext_blob ⇒ ::String
Returns the value of attribute ciphertext_blob.
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.
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.
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.
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.
381 382 383 |
# File 'sig/types.rbs', line 381 def plaintext @plaintext end |