Class: Aws::Lightsail::Types::KeyPair

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb

Overview

Describes an SSH key pair.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the key pair (arn:aws:lightsail:us-east-2:123456789101:KeyPair/05859e3d-331d-48ba-9034-12345EXAMPLE).

Returns:

  • (String)


10921
10922
10923
10924
10925
10926
10927
10928
10929
10930
10931
10932
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 10921

class KeyPair < Struct.new(
  :name,
  :arn,
  :support_code,
  :created_at,
  :location,
  :resource_type,
  :tags,
  :fingerprint)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The timestamp when the key pair was created (1479816991.349).

Returns:

  • (Time)


10921
10922
10923
10924
10925
10926
10927
10928
10929
10930
10931
10932
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 10921

class KeyPair < Struct.new(
  :name,
  :arn,
  :support_code,
  :created_at,
  :location,
  :resource_type,
  :tags,
  :fingerprint)
  SENSITIVE = []
  include Aws::Structure
end

#fingerprintString

The RSA fingerprint of the key pair.

Returns:

  • (String)


10921
10922
10923
10924
10925
10926
10927
10928
10929
10930
10931
10932
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 10921

class KeyPair < Struct.new(
  :name,
  :arn,
  :support_code,
  :created_at,
  :location,
  :resource_type,
  :tags,
  :fingerprint)
  SENSITIVE = []
  include Aws::Structure
end

#locationTypes::ResourceLocation

The region name and Availability Zone where the key pair was created.



10921
10922
10923
10924
10925
10926
10927
10928
10929
10930
10931
10932
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 10921

class KeyPair < Struct.new(
  :name,
  :arn,
  :support_code,
  :created_at,
  :location,
  :resource_type,
  :tags,
  :fingerprint)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The friendly name of the SSH key pair.

Returns:

  • (String)


10921
10922
10923
10924
10925
10926
10927
10928
10929
10930
10931
10932
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 10921

class KeyPair < Struct.new(
  :name,
  :arn,
  :support_code,
  :created_at,
  :location,
  :resource_type,
  :tags,
  :fingerprint)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The resource type (usually KeyPair).

Returns:

  • (String)


10921
10922
10923
10924
10925
10926
10927
10928
10929
10930
10931
10932
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 10921

class KeyPair < Struct.new(
  :name,
  :arn,
  :support_code,
  :created_at,
  :location,
  :resource_type,
  :tags,
  :fingerprint)
  SENSITIVE = []
  include Aws::Structure
end

#support_codeString

The support code. Include this code in your email to support when you have questions about an instance or another resource in Lightsail. This code enables our support team to look up your Lightsail information more easily.

Returns:

  • (String)


10921
10922
10923
10924
10925
10926
10927
10928
10929
10930
10931
10932
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 10921

class KeyPair < Struct.new(
  :name,
  :arn,
  :support_code,
  :created_at,
  :location,
  :resource_type,
  :tags,
  :fingerprint)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tag keys and optional values for the resource. For more information about tags in Lightsail, see the Amazon Lightsail Developer Guide.

Returns:



10921
10922
10923
10924
10925
10926
10927
10928
10929
10930
10931
10932
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 10921

class KeyPair < Struct.new(
  :name,
  :arn,
  :support_code,
  :created_at,
  :location,
  :resource_type,
  :tags,
  :fingerprint)
  SENSITIVE = []
  include Aws::Structure
end