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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotmanagedintegrations/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)


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