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
543 |
# File 'sig/client.rbs', line 543
def operation: () -> Types::Operation
|
#private_key_base_64 ⇒ ::String
542 |
# File 'sig/client.rbs', line 542
def private_key_base_64: () -> ::String
|
#public_key_base_64 ⇒ ::String
541 |
# File 'sig/client.rbs', line 541
def public_key_base_64: () -> ::String
|