Class: Aws::Transfer::Types::UpdateHostKeyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::UpdateHostKeyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-transfer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
An updated description for the host key.
-
#host_key_id ⇒ String
The identifier of the host key that you are updating.
-
#server_id ⇒ String
The identifier of the server that contains the host key that you are updating.
Instance Attribute Details
#description ⇒ String
An updated description for the host key.
6017 6018 6019 6020 6021 6022 6023 |
# File 'lib/aws-sdk-transfer/types.rb', line 6017 class UpdateHostKeyRequest < Struct.new( :server_id, :host_key_id, :description) SENSITIVE = [] include Aws::Structure end |
#host_key_id ⇒ String
The identifier of the host key that you are updating.
6017 6018 6019 6020 6021 6022 6023 |
# File 'lib/aws-sdk-transfer/types.rb', line 6017 class UpdateHostKeyRequest < Struct.new( :server_id, :host_key_id, :description) SENSITIVE = [] include Aws::Structure end |
#server_id ⇒ String
The identifier of the server that contains the host key that you are updating.
6017 6018 6019 6020 6021 6022 6023 |
# File 'lib/aws-sdk-transfer/types.rb', line 6017 class UpdateHostKeyRequest < Struct.new( :server_id, :host_key_id, :description) SENSITIVE = [] include Aws::Structure end |