Module: Aws::Lightsail::Client::_CreateKeyPairResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateKeyPairResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #key_pair ⇒ Types::KeyPair
- #operation ⇒ Types::Operation
- #private_key_base_64 ⇒ ::String
- #public_key_base_64 ⇒ ::String
Instance Method Details
#operation ⇒ Types::Operation
553 |
# File 'sig/client.rbs', line 553 def operation: () -> Types::Operation |
#private_key_base_64 ⇒ ::String
552 |
# File 'sig/client.rbs', line 552 def private_key_base_64: () -> ::String |
#public_key_base_64 ⇒ ::String
551 |
# File 'sig/client.rbs', line 551 def public_key_base_64: () -> ::String |