Class: Aws::Transfer::Types::DeleteHostKeyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::DeleteHostKeyRequest
- 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
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.
1523 1524 1525 1526 1527 1528 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 1523 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.
1523 1524 1525 1526 1527 1528 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 1523 class DeleteHostKeyRequest < Struct.new( :server_id, :host_key_id) SENSITIVE = [] include Aws::Structure end |