Class: Aws::IoTManagedIntegrations::Types::GetManagedThingStateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::GetManagedThingStateRequest
- Includes:
- Structure
- Defined in:
- 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.
2343 2344 2345 2346 2347 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 2343 class GetManagedThingStateRequest < Struct.new( :managed_thing_id) SENSITIVE = [] include Aws::Structure end |