Class: Aws::Transfer::Types::DeleteHostKeyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::DeleteHostKeyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-transfer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#host_key_id ⇒ String
The identifier of the host key that you are deleting.
-
#server_id ⇒ String
The identifier of the server that contains the host key that you are deleting.
Instance Attribute Details
#host_key_id ⇒ String
The identifier of the host key that you are deleting.
1441 1442 1443 1444 1445 1446 |
# File 'lib/aws-sdk-transfer/types.rb', line 1441 class DeleteHostKeyRequest < Struct.new( :server_id, :host_key_id) SENSITIVE = [] include Aws::Structure end |
#server_id ⇒ String
The identifier of the server that contains the host key that you are deleting.
1441 1442 1443 1444 1445 1446 |
# File 'lib/aws-sdk-transfer/types.rb', line 1441 class DeleteHostKeyRequest < Struct.new( :server_id, :host_key_id) SENSITIVE = [] include Aws::Structure end |