| 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.VisualTitleLabelOptions
Description
Documentation
data VisualTitleLabelOptions Source #
The title label options for a visual.
See: newVisualTitleLabelOptions smart constructor.
Constructors
| VisualTitleLabelOptions' | |
Fields 
  | |
Instances
newVisualTitleLabelOptions :: VisualTitleLabelOptions Source #
Create a value of VisualTitleLabelOptions 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:formatText:VisualTitleLabelOptions', visualTitleLabelOptions_formatText - The short text format of the title label, such as plain text or rich
 text.
$sel:visibility:VisualTitleLabelOptions', visualTitleLabelOptions_visibility - The visibility of the title label.
visualTitleLabelOptions_formatText :: Lens' VisualTitleLabelOptions (Maybe ShortFormatText) Source #
The short text format of the title label, such as plain text or rich text.
visualTitleLabelOptions_visibility :: Lens' VisualTitleLabelOptions (Maybe Visibility) Source #
The visibility of the title label.