Class: Aws::Transfer::Types::DescribedHostKey

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

Overview

The details for a server host key.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The unique Amazon Resource Name (ARN) for the host key.

Returns:

  • (String)


2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 2358

class DescribedHostKey < Struct.new(
  :arn,
  :host_key_id,
  :host_key_fingerprint,
  :description,
  :type,
  :date_imported,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#date_importedTime

The date on which the host key was added to the server.

Returns:

  • (Time)


2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 2358

class DescribedHostKey < Struct.new(
  :arn,
  :host_key_id,
  :host_key_fingerprint,
  :description,
  :type,
  :date_imported,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The text description for this host key.

Returns:

  • (String)


2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 2358

class DescribedHostKey < Struct.new(
  :arn,
  :host_key_id,
  :host_key_fingerprint,
  :description,
  :type,
  :date_imported,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#host_key_fingerprintString

The public key fingerprint, which is a short sequence of bytes used to identify the longer public key.

Returns:

  • (String)


2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 2358

class DescribedHostKey < Struct.new(
  :arn,
  :host_key_id,
  :host_key_fingerprint,
  :description,
  :type,
  :date_imported,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#host_key_idString

A unique identifier for the host key.

Returns:

  • (String)


2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 2358

class DescribedHostKey < Struct.new(
  :arn,
  :host_key_id,
  :host_key_fingerprint,
  :description,
  :type,
  :date_imported,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

Key-value pairs that can be used to group and search for host keys.

Returns:



2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 2358

class DescribedHostKey < Struct.new(
  :arn,
  :host_key_id,
  :host_key_fingerprint,
  :description,
  :type,
  :date_imported,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The encryption algorithm that is used for the host key. The Type parameter is specified by using one of the following values:

  • ssh-rsa

  • ssh-ed25519

  • ecdsa-sha2-nistp256

  • ecdsa-sha2-nistp384

  • ecdsa-sha2-nistp521

Returns:

  • (String)


2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 2358

class DescribedHostKey < Struct.new(
  :arn,
  :host_key_id,
  :host_key_fingerprint,
  :description,
  :type,
  :date_imported,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end