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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
# File 'lib/aws-sdk-transfer/types.rb', line 2092

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)


2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
# File 'lib/aws-sdk-transfer/types.rb', line 2092

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)


2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
# File 'lib/aws-sdk-transfer/types.rb', line 2092

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)


2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
# File 'lib/aws-sdk-transfer/types.rb', line 2092

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)


2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
# File 'lib/aws-sdk-transfer/types.rb', line 2092

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:



2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
# File 'lib/aws-sdk-transfer/types.rb', line 2092

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)


2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
# File 'lib/aws-sdk-transfer/types.rb', line 2092

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