Class: Aws::Transfer::Types::UpdateHostKeyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::UpdateHostKeyResponse
- 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 updated host key.
-
#server_id ⇒ String
Returns the server identifier for the server that contains the updated host key.
Instance Attribute Details
#host_key_id ⇒ String
Returns the host key identifier for the updated host key.
6036 6037 6038 6039 6040 6041 |
# File 'lib/aws-sdk-transfer/types.rb', line 6036 class UpdateHostKeyResponse < Struct.new( :server_id, :host_key_id) SENSITIVE = [] include Aws::Structure end |
#server_id ⇒ String
Returns the server identifier for the server that contains the updated host key.
6036 6037 6038 6039 6040 6041 |
# File 'lib/aws-sdk-transfer/types.rb', line 6036 class UpdateHostKeyResponse < Struct.new( :server_id, :host_key_id) SENSITIVE = [] include Aws::Structure end |