Class: Aws::IoTManagedIntegrations::Types::GetManagedThingMetaDataRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::GetManagedThingMetaDataRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotmanagedintegrations/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ String
The managed thing id.
Instance Attribute Details
#identifier ⇒ String
The managed thing id.
2046 2047 2048 2049 2050 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 2046 class GetManagedThingMetaDataRequest < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |