Class: Aws::Transfer::Types::UpdateHostKeyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::UpdateHostKeyRequest
- Defined in:
- gems/aws-sdk-transfer/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.
6464 6465 6466 6467 6468 6469 6470 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 6464 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.
6464 6465 6466 6467 6468 6469 6470 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 6464 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.
6464 6465 6466 6467 6468 6469 6470 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 6464 class UpdateHostKeyRequest < Struct.new( :server_id, :host_key_id, :description) SENSITIVE = [] include Aws::Structure end |