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