Class: Aws::Types::CreateKeyPairResult
- Inherits:
-
Object
- Object
- Aws::Types::CreateKeyPairResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key_pair ⇒ Types::KeyPair
Returns the value of attribute key_pair.
-
#operation ⇒ Types::Operation
Returns the value of attribute operation.
-
#private_key_base_64 ⇒ ::String
Returns the value of attribute private_key_base_64.
-
#public_key_base_64 ⇒ ::String
Returns the value of attribute public_key_base_64.
Instance Attribute Details
#key_pair ⇒ Types::KeyPair
Returns the value of attribute key_pair.
789 790 791 |
# File 'sig/types.rbs', line 789 def key_pair @key_pair end |
#operation ⇒ Types::Operation
Returns the value of attribute operation.
792 793 794 |
# File 'sig/types.rbs', line 792 def operation @operation end |
#private_key_base_64 ⇒ ::String
Returns the value of attribute private_key_base_64.
791 792 793 |
# File 'sig/types.rbs', line 791 def private_key_base_64 @private_key_base_64 end |
#public_key_base_64 ⇒ ::String
Returns the value of attribute public_key_base_64.
790 791 792 |
# File 'sig/types.rbs', line 790 def public_key_base_64 @public_key_base_64 end |