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.
6655 6656 6657 6658 6659 |
# File 'lib/aws-sdk-iot/types.rb', line 6655 class DescribeThingRequest < Struct.new( :thing_name) SENSITIVE = [] include Aws::Structure end |