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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#key_fingerprintString

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

Returns:

  • (String)


21873
21874
21875
21876
21877
# File 'lib/aws-sdk-ec2/types.rb', line 21873

class ImportKeyPairResult < Struct.new(
  :key_fingerprint,
  :key_name)
  include Aws::Structure
end

#key_nameString

The key pair name you provided.

Returns:

  • (String)


21873
21874
21875
21876
21877
# File 'lib/aws-sdk-ec2/types.rb', line 21873

class ImportKeyPairResult < Struct.new(
  :key_fingerprint,
  :key_name)
  include Aws::Structure
end