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
- Struct
- Aws::IoT::Types::ThingTypeProperties
- 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
-
#searchable_attributes ⇒ Array<String>
A list of searchable thing attribute names.
-
#thing_type_description ⇒ String
The description of the thing type.
Instance Attribute Details
#searchable_attributes ⇒ Array<String>
A list of searchable thing attribute names.
#thing_type_description ⇒ String
The description of the thing type.