class Aws::IoT::Types::CreateThingTypeRequest
@return [Array<Types::Tag>]
Metadata which can be used to manage the thing type.
@!attribute [rw] tags
@return [Types::ThingTypeProperties]
list of searchable thing attribute names.
information about the new thing type including a description, and a
The ThingTypeProperties for the thing type to create. It contains
@!attribute [rw] thing_type_properties
@return [String]
The name of the thing type.
@!attribute [rw] thing_type_name
}
],
},
value: “TagValue”,
key: “TagKey”,
{
tags: [
},
searchable_attributes: [“AttributeName”],
thing_type_description: “ThingTypeDescription”,
thing_type_properties: {
thing_type_name: “ThingTypeName”, # required
{
data as a hash:
@note When making an API call, you may pass CreateThingTypeRequest
The input for the CreateThingType operation.