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

Class: Aws::Lightsail::Types::DownloadDefaultKeyPairResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

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