Class: Aws::Types::KeyPair
- Inherits:
-
Object
- Object
- Aws::Types::KeyPair
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#private_key ⇒ ::String
Returns the value of attribute private_key.
-
#public_key ⇒ ::String
Returns the value of attribute public_key.
Instance Attribute Details
#private_key ⇒ ::String
Returns the value of attribute private_key.
2915 2916 2917 |
# File 'sig/types.rbs', line 2915 def private_key @private_key end |
#public_key ⇒ ::String
Returns the value of attribute public_key.
2914 2915 2916 |
# File 'sig/types.rbs', line 2914 def public_key @public_key end |