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

Class: Aws::EC2::Types::ImportKeyPairResult

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

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#key_fingerprintString

The MD5 public key fingerprint as specified in section 4 of RFC 4716.

Returns:

  • (String)

    The MD5 public key fingerprint as specified in section 4 of RFC 4716.

#key_nameString

The key pair name you provided.

Returns:

  • (String)

    The key pair name you provided.

#key_pair_idString

The ID of the resulting key pair.

Returns:

  • (String)

    The ID of the resulting key pair.

#tagsArray<Types::Tag>

The tags applied to the imported key pair.

Returns:

  • (Array<Types::Tag>)

    The tags applied to the imported key pair.