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

Description

 
Synopsis

Documentation

data FontSize Source #

The option that determines the text display size.

See: newFontSize smart constructor.

Constructors

FontSize' 

Fields

Instances

Instances details
FromJSON FontSize Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontSize

ToJSON FontSize Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontSize

Generic FontSize Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontSize

Associated Types

type Rep FontSize :: Type -> Type #

Methods

from :: FontSize -> Rep FontSize x #

to :: Rep FontSize x -> FontSize #

Read FontSize Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontSize

Show FontSize Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontSize

NFData FontSize Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontSize

Methods

rnf :: FontSize -> () #

Eq FontSize Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontSize

Hashable FontSize Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontSize

Methods

hashWithSalt :: Int -> FontSize -> Int #

hash :: FontSize -> Int #

type Rep FontSize Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontSize

type Rep FontSize = D1 ('MetaData "FontSize" "Amazonka.QuickSight.Types.FontSize" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "FontSize'" 'PrefixI 'True) (S1 ('MetaSel ('Just "relative") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RelativeFontSize))))

newFontSize :: FontSize Source #

Create a value of FontSize 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:relative:FontSize', fontSize_relative - The lexical name for the text size, proportional to its surrounding context.

fontSize_relative :: Lens' FontSize (Maybe RelativeFontSize) Source #

The lexical name for the text size, proportional to its surrounding context.