Class: Aws::Transfer::Types::UpdateHostKeyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::UpdateHostKeyResponse
- 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 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.
6385 6386 6387 6388 6389 6390 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 6385 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.
6385 6386 6387 6388 6389 6390 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 6385 class UpdateHostKeyResponse < Struct.new( :server_id, :host_key_id) SENSITIVE = [] include Aws::Structure end |