You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoT::Types::ThingTypeProperties

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ThingTypeProperties as input to an Aws::Client method, you can use a vanilla Hash:

{
  thing_type_description: "ThingTypeDescription",
  searchable_attributes: ["AttributeName"],
}

The ThingTypeProperties contains information about the thing type including: a thing type description, and a list of searchable thing attribute names.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#searchable_attributesArray<String>

A list of searchable thing attribute names.

Returns:

  • (Array<String>)

    A list of searchable thing attribute names.

#thing_type_descriptionString

The description of the thing type.

Returns:

  • (String)

    The description of the thing type.