Class: Aws::Transfer::Types::DescribeHostKeyResponse

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_keyTypes::DescribedHostKey

Returns the details for the specified host key.



2042
2043
2044
2045
2046
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 2042

class DescribeHostKeyResponse < Struct.new(
  :host_key)
  SENSITIVE = []
  include Aws::Structure
end