Class: Aws::IoTManagedIntegrations::Types::SendManagedThingCommandResponse

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

#trace_idString

The trace request identifier. This is generated by IoT managed integrations and can be used to trace this command and its related operations in CloudWatch.

Returns:

  • (String)


4515
4516
4517
4518
4519
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4515

class SendManagedThingCommandResponse < Struct.new(
  :trace_id)
  SENSITIVE = []
  include Aws::Structure
end