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

Description

 
Synopsis

Documentation

data IntegerDefaultValues Source #

The default values of the IntegerParameterDeclaration.

See: newIntegerDefaultValues smart constructor.

Constructors

IntegerDefaultValues' 

Fields

Instances

Instances details
FromJSON IntegerDefaultValues Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IntegerDefaultValues

ToJSON IntegerDefaultValues Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IntegerDefaultValues

Generic IntegerDefaultValues Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IntegerDefaultValues

Associated Types

type Rep IntegerDefaultValues :: Type -> Type #

Show IntegerDefaultValues Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IntegerDefaultValues

NFData IntegerDefaultValues Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IntegerDefaultValues

Methods

rnf :: IntegerDefaultValues -> () #

Eq IntegerDefaultValues Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IntegerDefaultValues

Hashable IntegerDefaultValues Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IntegerDefaultValues

type Rep IntegerDefaultValues Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IntegerDefaultValues

type Rep IntegerDefaultValues = D1 ('MetaData "IntegerDefaultValues" "Amazonka.QuickSight.Types.IntegerDefaultValues" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "IntegerDefaultValues'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dynamicValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DynamicDefaultValue)) :*: S1 ('MetaSel ('Just "staticValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Sensitive Integer]))))

newIntegerDefaultValues :: IntegerDefaultValues Source #

Create a value of IntegerDefaultValues 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:dynamicValue:IntegerDefaultValues', integerDefaultValues_dynamicValue - The dynamic value of the IntegerDefaultValues. Different defaults are displayed according to users, groups, and values mapping.

$sel:staticValues:IntegerDefaultValues', integerDefaultValues_staticValues - The static values of the IntegerDefaultValues.

integerDefaultValues_dynamicValue :: Lens' IntegerDefaultValues (Maybe DynamicDefaultValue) Source #

The dynamic value of the IntegerDefaultValues. Different defaults are displayed according to users, groups, and values mapping.

integerDefaultValues_staticValues :: Lens' IntegerDefaultValues (Maybe [Integer]) Source #

The static values of the IntegerDefaultValues.