Class: Aws::IoT::Types::DescribeThingRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DescribeThingRequest
- Defined in:
- gems/aws-sdk-iot/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.
7027 7028 7029 7030 7031 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7027 class DescribeThingRequest < Struct.new( :thing_name) SENSITIVE = [] include Aws::Structure end |