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.
1424 1425 1426 1427 1428 |
# File 'lib/aws-sdk-transfer/types.rb', line 1424 class DeleteConnectorRequest < Struct.new( :connector_id) SENSITIVE = [] include Aws::Structure end |