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

Class: Aws::Lightsail::Types::ImportKeyPairRequest

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

Overview

Note:

When passing ImportKeyPairRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  key_pair_name: "ResourceName", # required
  public_key_base_64: "Base64", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#key_pair_nameString

The name of the key pair for which you want to import the public key.

Returns:

  • (String)

    The name of the key pair for which you want to import the public 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.