| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.IoT.Types.ThingTypeProperties
Description
Documentation
data ThingTypeProperties Source #
The ThingTypeProperties contains information about the thing type including: a thing type description, and a list of searchable thing attribute names.
See: newThingTypeProperties smart constructor.
Constructors
| ThingTypeProperties' | |
Fields
| |
Instances
newThingTypeProperties :: ThingTypeProperties Source #
Create a value of ThingTypeProperties with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:searchableAttributes:ThingTypeProperties', thingTypeProperties_searchableAttributes - A list of searchable thing attribute names.
$sel:thingTypeDescription:ThingTypeProperties', thingTypeProperties_thingTypeDescription - The description of the thing type.
thingTypeProperties_searchableAttributes :: Lens' ThingTypeProperties (Maybe [Text]) Source #
A list of searchable thing attribute names.
thingTypeProperties_thingTypeDescription :: Lens' ThingTypeProperties (Maybe Text) Source #
The description of the thing type.