Class: Aws::IoT::Types::DescribeThingRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DescribeThingRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
The input for the DescribeThing operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#thing_name ⇒ String
The name of the thing.
Instance Attribute Details
#thing_name ⇒ String
The name of the thing.
7021 7022 7023 7024 7025 |
# File 'lib/aws-sdk-iot/types.rb', line 7021 class DescribeThingRequest < Struct.new( :thing_name) SENSITIVE = [] include Aws::Structure end |