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].
37952 37953 37954 37955 37956 37957 37958 37959 |
# File 'lib/aws-sdk-ec2/types.rb', line 37952 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.
37952 37953 37954 37955 37956 37957 37958 37959 |
# File 'lib/aws-sdk-ec2/types.rb', line 37952 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.
37952 37953 37954 37955 37956 37957 37958 37959 |
# File 'lib/aws-sdk-ec2/types.rb', line 37952 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.
37952 37953 37954 37955 37956 37957 37958 37959 |
# File 'lib/aws-sdk-ec2/types.rb', line 37952 class ImportKeyPairResult < Struct.new( :key_fingerprint, :key_name, :key_pair_id, :tags) SENSITIVE = [] include Aws::Structure end |