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.
1187 1188 1189 1190 1191 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 1187 class DeleteConnectorDestinationRequest < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |