Class: Aws::IoTManagedIntegrations::Types::DeleteConnectorDestinationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::DeleteConnectorDestinationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotmanagedintegrations/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ String
The identifier of the connector destination.
Instance Attribute Details
#identifier ⇒ String
The identifier of the connector destination.
1241 1242 1243 1244 1245 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 1241 class DeleteConnectorDestinationRequest < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |