| 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.CustomNarrativeOptions
Description
Documentation
data CustomNarrativeOptions Source #
The custom narrative options.
See: newCustomNarrativeOptions smart constructor.
Constructors
| CustomNarrativeOptions' | |
Instances
newCustomNarrativeOptions Source #
Create a value of CustomNarrativeOptions 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:narrative:CustomNarrativeOptions', customNarrativeOptions_narrative - The string input of custom narrative.
customNarrativeOptions_narrative :: Lens' CustomNarrativeOptions Text Source #
The string input of custom narrative.