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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-transfer/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)


2080
2081
2082
2083
2084
2085
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 2080

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)


2080
2081
2082
2083
2084
2085
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 2080

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