Class: Aws::Types::GenerateDataKeyPairResponse
- Inherits:
-
Object
- Object
- Aws::Types::GenerateDataKeyPairResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#key_pair_spec ⇒ "RSA_2048", ...
Returns the value of attribute key_pair_spec.
-
#private_key_ciphertext_blob ⇒ ::String
Returns the value of attribute private_key_ciphertext_blob.
-
#private_key_plaintext ⇒ ::String
Returns the value of attribute private_key_plaintext.
-
#public_key ⇒ ::String
Returns the value of attribute public_key.
Instance Attribute Details
#ciphertext_for_recipient ⇒ ::String
Returns the value of attribute ciphertext_for_recipient.
345 346 347 |
# File 'sig/types.rbs', line 345 def ciphertext_for_recipient @ciphertext_for_recipient end |
#key_id ⇒ ::String
Returns the value of attribute key_id.
343 344 345 |
# File 'sig/types.rbs', line 343 def key_id @key_id end |
#key_material_id ⇒ ::String
Returns the value of attribute key_material_id.
346 347 348 |
# File 'sig/types.rbs', line 346 def key_material_id @key_material_id end |
#key_pair_spec ⇒ "RSA_2048", ...
Returns the value of attribute key_pair_spec.
344 345 346 |
# File 'sig/types.rbs', line 344 def key_pair_spec @key_pair_spec end |
#private_key_ciphertext_blob ⇒ ::String
Returns the value of attribute private_key_ciphertext_blob.
340 341 342 |
# File 'sig/types.rbs', line 340 def private_key_ciphertext_blob @private_key_ciphertext_blob end |
#private_key_plaintext ⇒ ::String
Returns the value of attribute private_key_plaintext.
341 342 343 |
# File 'sig/types.rbs', line 341 def private_key_plaintext @private_key_plaintext end |
#public_key ⇒ ::String
Returns the value of attribute public_key.
342 343 344 |
# File 'sig/types.rbs', line 342 def public_key @public_key end |