Class: Aws::Types::DownloadDefaultKeyPairResult
- Inherits:
-
Object
- Object
- Aws::Types::DownloadDefaultKeyPairResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#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
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1274 1275 1276 |
# File 'sig/types.rbs', line 1274 def created_at @created_at end |
#private_key_base_64 ⇒ ::String
Returns the value of attribute private_key_base_64.
1273 1274 1275 |
# File 'sig/types.rbs', line 1273 def private_key_base_64 @private_key_base_64 end |
#public_key_base_64 ⇒ ::String
Returns the value of attribute public_key_base_64.
1272 1273 1274 |
# File 'sig/types.rbs', line 1272 def public_key_base_64 @public_key_base_64 end |