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

Description

 
Synopsis

Documentation

data ProgressBarOptions Source #

The options that determine the presentation of the progress bar of a KPI visual.

See: newProgressBarOptions smart constructor.

Constructors

ProgressBarOptions' 

Fields

Instances

Instances details
FromJSON ProgressBarOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ProgressBarOptions

ToJSON ProgressBarOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ProgressBarOptions

Generic ProgressBarOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ProgressBarOptions

Associated Types

type Rep ProgressBarOptions :: Type -> Type #

Read ProgressBarOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ProgressBarOptions

Show ProgressBarOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ProgressBarOptions

NFData ProgressBarOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ProgressBarOptions

Methods

rnf :: ProgressBarOptions -> () #

Eq ProgressBarOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ProgressBarOptions

Hashable ProgressBarOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ProgressBarOptions

type Rep ProgressBarOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ProgressBarOptions

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

newProgressBarOptions :: ProgressBarOptions Source #

Create a value of ProgressBarOptions 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:ProgressBarOptions', progressBarOptions_visibility - The visibility of the progress bar.