| 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.LexV2Models.Types.BuiltInSlotTypeSummary
Description
Documentation
data BuiltInSlotTypeSummary Source #
Provides summary information about a built-in slot type for the ListBuiltInSlotTypes operation.
See: newBuiltInSlotTypeSummary smart constructor.
Constructors
| BuiltInSlotTypeSummary' | |
Fields
| |
Instances
newBuiltInSlotTypeSummary :: BuiltInSlotTypeSummary Source #
Create a value of BuiltInSlotTypeSummary 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:description:BuiltInSlotTypeSummary', builtInSlotTypeSummary_description - The description of the built-in slot type.
$sel:slotTypeSignature:BuiltInSlotTypeSummary', builtInSlotTypeSummary_slotTypeSignature - The signature of the built-in slot type. Use this to specify the parent
slot type of a derived slot type.
builtInSlotTypeSummary_description :: Lens' BuiltInSlotTypeSummary (Maybe Text) Source #
The description of the built-in slot type.
builtInSlotTypeSummary_slotTypeSignature :: Lens' BuiltInSlotTypeSummary (Maybe Text) Source #
The signature of the built-in slot type. Use this to specify the parent slot type of a derived slot type.