Class: Aws::EC2::Types::ImportKeyPairResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ImportKeyPairResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key_fingerprint ⇒ String
-
For RSA key pairs, the key fingerprint is the MD5 public key fingerprint as specified in section 4 of RFC 4716.
-
-
#key_name ⇒ String
The key pair name that you provided.
-
#key_pair_id ⇒ String
The ID of the resulting key pair.
-
#tags ⇒ Array<Types::Tag>
The tags applied to the imported key pair.
Instance Attribute Details
#key_fingerprint ⇒ String
-
For RSA key pairs, the key fingerprint is the MD5 public key fingerprint as specified in section 4 of RFC 4716.
-
For ED25519 key pairs, the key fingerprint is the base64-encoded SHA-256 digest, which is the default for OpenSSH, starting with [OpenSSH 6.8].
41415 41416 41417 41418 41419 41420 41421 41422 |
# File 'lib/aws-sdk-ec2/types.rb', line 41415 class ImportKeyPairResult < Struct.new( :key_fingerprint, :key_name, :key_pair_id, :tags) SENSITIVE = [] include Aws::Structure end |
#key_name ⇒ String
The key pair name that you provided.
41415 41416 41417 41418 41419 41420 41421 41422 |
# File 'lib/aws-sdk-ec2/types.rb', line 41415 class ImportKeyPairResult < Struct.new( :key_fingerprint, :key_name, :key_pair_id, :tags) SENSITIVE = [] include Aws::Structure end |
#key_pair_id ⇒ String
The ID of the resulting key pair.
41415 41416 41417 41418 41419 41420 41421 41422 |
# File 'lib/aws-sdk-ec2/types.rb', line 41415 class ImportKeyPairResult < Struct.new( :key_fingerprint, :key_name, :key_pair_id, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags applied to the imported key pair.
41415 41416 41417 41418 41419 41420 41421 41422 |
# File 'lib/aws-sdk-ec2/types.rb', line 41415 class ImportKeyPairResult < Struct.new( :key_fingerprint, :key_name, :key_pair_id, :tags) SENSITIVE = [] include Aws::Structure end |