Class: Aws::Transfer::Types::DescribeHostKeyRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#host_key_idString

The identifier of the host key that you want described.

Returns:

  • (String)


1699
1700
1701
1702
1703
1704
# File 'lib/aws-sdk-transfer/types.rb', line 1699

class DescribeHostKeyRequest < Struct.new(
  :server_id,
  :host_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#server_idString

The identifier of the server that contains the host key that you want described.

Returns:

  • (String)


1699
1700
1701
1702
1703
1704
# File 'lib/aws-sdk-transfer/types.rb', line 1699

class DescribeHostKeyRequest < Struct.new(
  :server_id,
  :host_key_id)
  SENSITIVE = []
  include Aws::Structure
end