Class: Aws::IoT::Types::UpdateThingTypeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::UpdateThingTypeRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#thing_type_name ⇒ String
The name of a thing type.
-
#thing_type_properties ⇒ Types::ThingTypeProperties
The ThingTypeProperties contains information about the thing type including: a thing type description, and a list of searchable thing attribute names.
Instance Attribute Details
#thing_type_name ⇒ String
The name of a thing type.
17665 17666 17667 17668 17669 17670 |
# File 'lib/aws-sdk-iot/types.rb', line 17665 class UpdateThingTypeRequest < Struct.new( :thing_type_name, :thing_type_properties) SENSITIVE = [] include Aws::Structure end |
#thing_type_properties ⇒ Types::ThingTypeProperties
The ThingTypeProperties contains information about the thing type including: a thing type description, and a list of searchable thing attribute names.
17665 17666 17667 17668 17669 17670 |
# File 'lib/aws-sdk-iot/types.rb', line 17665 class UpdateThingTypeRequest < Struct.new( :thing_type_name, :thing_type_properties) SENSITIVE = [] include Aws::Structure end |