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.
2216 2217 2218 2219 2220 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 2216 class GetManagedThingStateRequest < Struct.new( :managed_thing_id) SENSITIVE = [] include Aws::Structure end |