amazonka-quicksight-2.0: Amazon QuickSight SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.QuickSight.Types.VisualSubtitleLabelOptions

Description

 
Synopsis

Documentation

data VisualSubtitleLabelOptions Source #

The subtitle label options for a visual.

See: newVisualSubtitleLabelOptions smart constructor.

Constructors

VisualSubtitleLabelOptions' 

Fields

Instances

Instances details
FromJSON VisualSubtitleLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualSubtitleLabelOptions

ToJSON VisualSubtitleLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualSubtitleLabelOptions

Generic VisualSubtitleLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualSubtitleLabelOptions

Associated Types

type Rep VisualSubtitleLabelOptions :: Type -> Type #

Read VisualSubtitleLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualSubtitleLabelOptions

Show VisualSubtitleLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualSubtitleLabelOptions

NFData VisualSubtitleLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualSubtitleLabelOptions

Eq VisualSubtitleLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualSubtitleLabelOptions

Hashable VisualSubtitleLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualSubtitleLabelOptions

type Rep VisualSubtitleLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualSubtitleLabelOptions

type Rep VisualSubtitleLabelOptions = D1 ('MetaData "VisualSubtitleLabelOptions" "Amazonka.QuickSight.Types.VisualSubtitleLabelOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "VisualSubtitleLabelOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "formatText") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LongFormatText)) :*: S1 ('MetaSel ('Just "visibility") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Visibility))))

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.