Class: Aws::Transfer::Types::ImportHostKeyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::ImportHostKeyResponse
- 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
Returns the host key identifier for the imported key.
-
#server_id ⇒ String
Returns the server identifier that contains the imported key.
Instance Attribute Details
#host_key_id ⇒ String
Returns the host key identifier for the imported key.
3744 3745 3746 3747 3748 3749 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 3744 class ImportHostKeyResponse < Struct.new( :server_id, :host_key_id) SENSITIVE = [] include Aws::Structure end |
#server_id ⇒ String
Returns the server identifier that contains the imported key.
3744 3745 3746 3747 3748 3749 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 3744 class ImportHostKeyResponse < Struct.new( :server_id, :host_key_id) SENSITIVE = [] include Aws::Structure end |