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