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

Description

 
Synopsis

Documentation

data ShortFormatText Source #

The text format for the title.

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

See: newShortFormatText smart constructor.

Constructors

ShortFormatText' 

Fields

Instances

Instances details
FromJSON ShortFormatText Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ShortFormatText

ToJSON ShortFormatText Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ShortFormatText

Generic ShortFormatText Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ShortFormatText

Associated Types

type Rep ShortFormatText :: Type -> Type #

Read ShortFormatText Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ShortFormatText

Show ShortFormatText Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ShortFormatText

NFData ShortFormatText Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ShortFormatText

Methods

rnf :: ShortFormatText -> () #

Eq ShortFormatText Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ShortFormatText

Hashable ShortFormatText Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ShortFormatText

type Rep ShortFormatText Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ShortFormatText

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

newShortFormatText :: ShortFormatText Source #

Create a value of ShortFormatText 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:ShortFormatText', shortFormatText_plainText - Plain text format.

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

shortFormatText_richText :: Lens' ShortFormatText (Maybe Text) Source #

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