Class: Aws::IoTManagedIntegrations::Types::SendConnectorEventResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::SendConnectorEventResponse
- Defined in:
- gems/aws-sdk-iotmanagedintegrations/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.
4590 4591 4592 4593 4594 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4590 class SendConnectorEventResponse < Struct.new( :connector_id) SENSITIVE = [] include Aws::Structure end |