Class: Aws::IoTManagedIntegrations::Types::GetManagedThingStateRequest

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

#managed_thing_idString

The id of the device.

Returns:

  • (String)


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