Class: Aws::Transfer::Types::ImportHostKeyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::ImportHostKeyResponse
- Includes:
- Structure
- Defined in:
- 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.
3466 3467 3468 3469 3470 3471 |
# File 'lib/aws-sdk-transfer/types.rb', line 3466 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.
3466 3467 3468 3469 3470 3471 |
# File 'lib/aws-sdk-transfer/types.rb', line 3466 class ImportHostKeyResponse < Struct.new( :server_id, :host_key_id) SENSITIVE = [] include Aws::Structure end |