Class: Aws::Transfer::Types::DeleteConnectorRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::DeleteConnectorRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-transfer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connector_id ⇒ String
The unique identifier for the connector.
Instance Attribute Details
#connector_id ⇒ String
The unique identifier for the connector.
1390 1391 1392 1393 1394 |
# File 'lib/aws-sdk-transfer/types.rb', line 1390 class DeleteConnectorRequest < Struct.new( :connector_id) SENSITIVE = [] include Aws::Structure end |