You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Lightsail::Types::CreateKeyPairResult

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#key_pairTypes::KeyPair

An array of key-value pairs containing information about the new key pair you just created.

Returns:

  • (Types::KeyPair)

    An array of key-value pairs containing information about the new key pair you just created.

#operationTypes::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.

Returns:

  • (Types::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.

#private_key_base_64String

A base64-encoded RSA private key.

Returns:

  • (String)

    A base64-encoded RSA private key.

#public_key_base_64String

A base64-encoded public key of the ssh-rsa type.

Returns:

  • (String)

    A base64-encoded public key of the ssh-rsa type.