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.
1506 1507 1508 1509 1510 |
# File 'lib/aws-sdk-transfer/types.rb', line 1506 class DeleteConnectorRequest < Struct.new( :connector_id) SENSITIVE = [] include Aws::Structure end |