Class: Aws::Transfer::Types::DescribeHostKeyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::DescribeHostKeyRequest
- Defined in:
- gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#host_key_id ⇒ String
The identifier of the host key that you want described.
-
#server_id ⇒ String
The identifier of the server that contains the host key that you want described.
Instance Attribute Details
#host_key_id ⇒ String
The identifier of the host key that you want described.
1840 1841 1842 1843 1844 1845 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 1840 class DescribeHostKeyRequest < Struct.new( :server_id, :host_key_id) SENSITIVE = [] include Aws::Structure end |
#server_id ⇒ String
The identifier of the server that contains the host key that you want described.
1840 1841 1842 1843 1844 1845 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 1840 class DescribeHostKeyRequest < Struct.new( :server_id, :host_key_id) SENSITIVE = [] include Aws::Structure end |