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.
18506 18507 18508 18509 18510 18511 |
# File 'lib/aws-sdk-iot/types.rb', line 18506 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.
18506 18507 18508 18509 18510 18511 |
# File 'lib/aws-sdk-iot/types.rb', line 18506 class UpdateThingTypeRequest < Struct.new( :thing_type_name, :thing_type_properties) SENSITIVE = [] include Aws::Structure end |