Class: Aws::IoTManagedIntegrations::Types::GetManagedThingMetaDataResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::GetManagedThingMetaDataResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotmanagedintegrations/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#managed_thing_id ⇒ String
The managed thing id.
-
#meta_data ⇒ Hash<String,String>
The metadata for the managed thing.
Instance Attribute Details
#managed_thing_id ⇒ String
The managed thing id.
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_data ⇒ Hash<String,String>
The metadata for the managed thing.
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 |