Class: Aws::IoT::Types::UpdateThingTypeRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#thing_type_nameString

The name of a thing type.

Returns:

  • (String)


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_propertiesTypes::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