Class: Aws::Transfer::Types::DescribeHostKeyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::DescribeHostKeyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-transfer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#host_key ⇒ Types::DescribedHostKey
Returns the details for the specified host key.
Instance Attribute Details
#host_key ⇒ Types::DescribedHostKey
Returns the details for the specified host key.
1746 1747 1748 1749 1750 |
# File 'lib/aws-sdk-transfer/types.rb', line 1746 class DescribeHostKeyResponse < Struct.new( :host_key) SENSITIVE = [] include Aws::Structure end |