Class: Aws::IoT::Types::DescribeThingTypeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DescribeThingTypeRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
Note:
When making an API call, you may pass DescribeThingTypeRequest data as a hash:
{
thing_type_name: "ThingTypeName", # required
}
The input for the DescribeThingType operation.
Instance Attribute Summary collapse
-
#thing_type_name ⇒ String
The name of the thing type.
Instance Attribute Details
#thing_type_name ⇒ String
The name of the thing type.
4456 4457 4458 4459 |
# File 'lib/aws-sdk-iot/types.rb', line 4456 class DescribeThingTypeRequest < Struct.new( :thing_type_name) include Aws::Structure end |