Class: Aws::IoTManagedIntegrations::Types::SendConnectorEventResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::SendConnectorEventResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotmanagedintegrations/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connector_id ⇒ String
The id of the connector between the third-party cloud provider and IoT managed integrations.
Instance Attribute Details
#connector_id ⇒ String
The id of the connector between the third-party cloud provider and IoT managed integrations.
4476 4477 4478 4479 4480 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4476 class SendConnectorEventResponse < Struct.new( :connector_id) SENSITIVE = [] include Aws::Structure end |