Class: Aws::IoTManagedIntegrations::Types::GetManagedThingStateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::GetManagedThingStateRequest
- Defined in:
- gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#managed_thing_id ⇒ String
The id of the device.
Instance Attribute Details
#managed_thing_id ⇒ String
The id of the device.
2337 2338 2339 2340 2341 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 2337 class GetManagedThingStateRequest < Struct.new( :managed_thing_id) SENSITIVE = [] include Aws::Structure end |