| 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.VisualSubtitleLabelOptions
Description
Synopsis
- data VisualSubtitleLabelOptions = VisualSubtitleLabelOptions' {}
 - newVisualSubtitleLabelOptions :: VisualSubtitleLabelOptions
 - visualSubtitleLabelOptions_formatText :: Lens' VisualSubtitleLabelOptions (Maybe LongFormatText)
 - visualSubtitleLabelOptions_visibility :: Lens' VisualSubtitleLabelOptions (Maybe Visibility)
 
Documentation
data VisualSubtitleLabelOptions Source #
The subtitle label options for a visual.
See: newVisualSubtitleLabelOptions smart constructor.
Constructors
| VisualSubtitleLabelOptions' | |
Fields 
  | |
Instances
newVisualSubtitleLabelOptions :: VisualSubtitleLabelOptions Source #
Create a value of VisualSubtitleLabelOptions 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:VisualSubtitleLabelOptions', visualSubtitleLabelOptions_formatText - The long text format of the subtitle label, such as plain text or rich
 text.
$sel:visibility:VisualSubtitleLabelOptions', visualSubtitleLabelOptions_visibility - The visibility of the subtitle label.
visualSubtitleLabelOptions_formatText :: Lens' VisualSubtitleLabelOptions (Maybe LongFormatText) Source #
The long text format of the subtitle label, such as plain text or rich text.
visualSubtitleLabelOptions_visibility :: Lens' VisualSubtitleLabelOptions (Maybe Visibility) Source #
The visibility of the subtitle label.