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

Description

 
Synopsis

Documentation

data LongFormatText Source #

The text format for a subtitle.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

See: newLongFormatText smart constructor.

Constructors

LongFormatText' 

Fields

Instances

Instances details
FromJSON LongFormatText Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LongFormatText

ToJSON LongFormatText Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LongFormatText

Generic LongFormatText Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LongFormatText

Associated Types

type Rep LongFormatText :: Type -> Type #

Read LongFormatText Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LongFormatText

Show LongFormatText Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LongFormatText

NFData LongFormatText Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LongFormatText

Methods

rnf :: LongFormatText -> () #

Eq LongFormatText Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LongFormatText

Hashable LongFormatText Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LongFormatText

type Rep LongFormatText Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LongFormatText

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

newLongFormatText :: LongFormatText Source #

Create a value of LongFormatText 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:plainText:LongFormatText', longFormatText_plainText - Plain text format.

$sel:richText:LongFormatText', longFormatText_richText - Rich text. Examples of rich text include bold, underline, and italics.

longFormatText_richText :: Lens' LongFormatText (Maybe Text) Source #

Rich text. Examples of rich text include bold, underline, and italics.