Class: Aws::IoTManagedIntegrations::Types::GetManagedThingMetaDataResponse

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 managed thing id.

Returns:

  • (String)


2060
2061
2062
2063
2064
2065
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 2060

class GetManagedThingMetaDataResponse < Struct.new(
  :managed_thing_id,
  :meta_data)
  SENSITIVE = []
  include Aws::Structure
end

#meta_dataHash<String,String>

The metadata for the managed thing.

Returns:

  • (Hash<String,String>)


2060
2061
2062
2063
2064
2065
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 2060

class GetManagedThingMetaDataResponse < Struct.new(
  :managed_thing_id,
  :meta_data)
  SENSITIVE = []
  include Aws::Structure
end