Class: Aws::Types::GenerateDataKeyPairWithoutPlaintextResponse
- Inherits:
-
Object
- Object
- Aws::Types::GenerateDataKeyPairWithoutPlaintextResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#public_key ⇒ ::String
Returns the value of attribute public_key.
Instance Attribute Details
#key_id ⇒ ::String
Returns the value of attribute key_id.
362 363 364 |
# File 'sig/types.rbs', line 362 def key_id @key_id end |
#key_material_id ⇒ ::String
Returns the value of attribute key_material_id.
364 365 366 |
# File 'sig/types.rbs', line 364 def key_material_id @key_material_id end |
#key_pair_spec ⇒ "RSA_2048", ...
Returns the value of attribute key_pair_spec.
363 364 365 |
# File 'sig/types.rbs', line 363 def key_pair_spec @key_pair_spec end |
#private_key_ciphertext_blob ⇒ ::String
Returns the value of attribute private_key_ciphertext_blob.
360 361 362 |
# File 'sig/types.rbs', line 360 def private_key_ciphertext_blob @private_key_ciphertext_blob end |
#public_key ⇒ ::String
Returns the value of attribute public_key.
361 362 363 |
# File 'sig/types.rbs', line 361 def public_key @public_key end |