Class: Aws::Transfer::Types::ListedHostKey

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

Overview

Returns properties of the host key that's specified.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

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

Returns:

  • (String)


4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 4373

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

#date_importedTime

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

Returns:

  • (Time)


4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 4373

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

#descriptionString

The current description for the host key. You can change it by calling the UpdateHostKey operation and providing a new description.

Returns:

  • (String)


4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 4373

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

#fingerprintString

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

Returns:

  • (String)


4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 4373

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

#host_key_idString

A unique identifier for the host key.

Returns:

  • (String)


4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 4373

class ListedHostKey < Struct.new(
  :arn,
  :host_key_id,
  :fingerprint,
  :description,
  :type,
  :date_imported)
  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)


4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 4373

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