class Aws::Lightsail::Types::ImportKeyPairRequest

@note When making an API call, you may pass ImportKeyPairRequest

data as a hash:

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

@!attribute [rw] key_pair_name

The name of the key pair for which you want to import the public
key.
@return [String]

@!attribute [rw] public_key_base_64

A base64-encoded public key of the `ssh-rsa` type.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/ImportKeyPairRequest AWS API Documentation

Constants

SENSITIVE