| 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.QuickSight.Types.FilterSelectableValues
Description
Documentation
data FilterSelectableValues Source #
A list of selectable values that are used in a control.
See: newFilterSelectableValues smart constructor.
Constructors
| FilterSelectableValues' | |
Instances
newFilterSelectableValues :: FilterSelectableValues Source #
Create a value of FilterSelectableValues 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:values:FilterSelectableValues', filterSelectableValues_values - The values that are used in the FilterSelectableValues.
filterSelectableValues_values :: Lens' FilterSelectableValues (Maybe [Text]) Source #
The values that are used in the FilterSelectableValues.