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)


2151
2152
2153
2154
2155
2156
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 2151

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>)


2151
2152
2153
2154
2155
2156
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 2151

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