Class: Aws::IoT::Types::CreateThingTypeRequest

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

Overview

The input for the CreateThingType operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsArray<Types::Tag>

Metadata which can be used to manage the thing type.

Returns:



4087
4088
4089
4090
4091
4092
4093
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 4087

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

#thing_type_nameString

The name of the thing type.

Returns:

  • (String)


4087
4088
4089
4090
4091
4092
4093
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 4087

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

#thing_type_propertiesTypes::ThingTypeProperties

The ThingTypeProperties for the thing type to create. It contains information about the new thing type including a description, and a list of searchable thing attribute names.



4087
4088
4089
4090
4091
4092
4093
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 4087

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