Class: Aws::IoTManagedIntegrations::Types::SendConnectorEventResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotmanagedintegrations/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connector_idString

The id of the connector between the third-party cloud provider and IoT managed integrations.

Returns:

  • (String)


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