Class: Aws::IoT::Types::DescribeThingTypeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DescribeThingTypeRequest
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Overview
The input for the DescribeThingType operation.
Constant Summary collapse
- SENSITIVE =
[]
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.
7090 7091 7092 7093 7094 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7090 class DescribeThingTypeRequest < Struct.new( :thing_type_name) SENSITIVE = [] include Aws::Structure end |