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