Class: Aws::IoTManagedIntegrations::Types::SendManagedThingCommandResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::SendManagedThingCommandResponse
- Defined in:
- gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#trace_id ⇒ String
The trace request identifier.
Instance Attribute Details
#trace_id ⇒ String
The trace request identifier. This is specified by the device owner, but will be generated by IoT managed integrations if not provided by the device owner.
4491 4492 4493 4494 4495 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4491 class SendManagedThingCommandResponse < Struct.new( :trace_id) SENSITIVE = [] include Aws::Structure end |