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

Description

 
Synopsis

Documentation

data SecondaryValueOptions Source #

The options that determine the presentation of the secondary value of a KPI visual.

See: newSecondaryValueOptions smart constructor.

Constructors

SecondaryValueOptions' 

Fields

Instances

Instances details
FromJSON SecondaryValueOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SecondaryValueOptions

ToJSON SecondaryValueOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SecondaryValueOptions

Generic SecondaryValueOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SecondaryValueOptions

Associated Types

type Rep SecondaryValueOptions :: Type -> Type #

Read SecondaryValueOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SecondaryValueOptions

Show SecondaryValueOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SecondaryValueOptions

NFData SecondaryValueOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SecondaryValueOptions

Methods

rnf :: SecondaryValueOptions -> () #

Eq SecondaryValueOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SecondaryValueOptions

Hashable SecondaryValueOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SecondaryValueOptions

type Rep SecondaryValueOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SecondaryValueOptions

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

newSecondaryValueOptions :: SecondaryValueOptions Source #

Create a value of SecondaryValueOptions 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:visibility:SecondaryValueOptions', secondaryValueOptions_visibility - Determines the visibility of the secondary value.

secondaryValueOptions_visibility :: Lens' SecondaryValueOptions (Maybe Visibility) Source #

Determines the visibility of the secondary value.