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

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

Returns the details for the specified host key.



1525
1526
1527
1528
1529
# File 'lib/aws-sdk-transfer/types.rb', line 1525

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