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

Description

 
Synopsis

Documentation

data LoadingAnimation Source #

The configuration of loading animation in free-form layout.

See: newLoadingAnimation smart constructor.

Constructors

LoadingAnimation' 

Fields

Instances

Instances details
FromJSON LoadingAnimation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LoadingAnimation

ToJSON LoadingAnimation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LoadingAnimation

Generic LoadingAnimation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LoadingAnimation

Associated Types

type Rep LoadingAnimation :: Type -> Type #

Read LoadingAnimation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LoadingAnimation

Show LoadingAnimation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LoadingAnimation

NFData LoadingAnimation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LoadingAnimation

Methods

rnf :: LoadingAnimation -> () #

Eq LoadingAnimation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LoadingAnimation

Hashable LoadingAnimation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LoadingAnimation

type Rep LoadingAnimation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LoadingAnimation

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

newLoadingAnimation :: LoadingAnimation Source #

Create a value of LoadingAnimation 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:LoadingAnimation', loadingAnimation_visibility - The visibility configuration of LoadingAnimation.

loadingAnimation_visibility :: Lens' LoadingAnimation (Maybe Visibility) Source #

The visibility configuration of LoadingAnimation.