NAME
Paws::Lightsail::CreateKeyPairResult
ATTRIBUTES
KeyPair => Paws::Lightsail::KeyPair
An array of key-value pairs containing information about the new key pair you just created.
Operation => Paws::Lightsail::Operation
An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.
PrivateKeyBase64 => Str
A base64-encoded RSA private key.
PublicKeyBase64 => Str
A base64-encoded public key of the ssh-rsa
type.