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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/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)


18512
18513
18514
18515
18516
18517
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 18512

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.



18512
18513
18514
18515
18516
18517
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 18512

class UpdateThingTypeRequest < Struct.new(
  :thing_type_name,
  :thing_type_properties)
  SENSITIVE = []
  include Aws::Structure
end