Class: Aws::IoTManagedIntegrations::Types::GetManagedThingRequest

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

#identifierString

The id of the managed thing.

Returns:

  • (String)


2071
2072
2073
2074
2075
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 2071

class GetManagedThingRequest < Struct.new(
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end