Class: Aws::IoT::Types::DescribeThingRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DescribeThingRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
Note:
When making an API call, you may pass DescribeThingRequest data as a hash:
{
thing_name: "ThingName", # required
}
The input for the DescribeThing operation.
Instance Attribute Summary collapse
-
#thing_name ⇒ String
The name of the thing.
Instance Attribute Details
#thing_name ⇒ String
The name of the thing.
4386 4387 4388 4389 |
# File 'lib/aws-sdk-iot/types.rb', line 4386 class DescribeThingRequest < Struct.new( :thing_name) include Aws::Structure end |