Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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.
ThingTypeProperties' | |
|
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.