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.VisualTitleLabelOptions

Description

 
Synopsis

Documentation

data VisualTitleLabelOptions Source #

The title label options for a visual.

See: newVisualTitleLabelOptions smart constructor.

Constructors

VisualTitleLabelOptions' 

Fields

Instances

Instances details
FromJSON VisualTitleLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualTitleLabelOptions

ToJSON VisualTitleLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualTitleLabelOptions

Generic VisualTitleLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualTitleLabelOptions

Associated Types

type Rep VisualTitleLabelOptions :: Type -> Type #

Read VisualTitleLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualTitleLabelOptions

Show VisualTitleLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualTitleLabelOptions

NFData VisualTitleLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualTitleLabelOptions

Methods

rnf :: VisualTitleLabelOptions -> () #

Eq VisualTitleLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualTitleLabelOptions

Hashable VisualTitleLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualTitleLabelOptions

type Rep VisualTitleLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualTitleLabelOptions

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

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.