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

Description

 
Synopsis

Documentation

data ParameterSliderControl Source #

A control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.

See: newParameterSliderControl smart constructor.

Constructors

ParameterSliderControl' 

Fields

Instances

Instances details
FromJSON ParameterSliderControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterSliderControl

ToJSON ParameterSliderControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterSliderControl

Generic ParameterSliderControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterSliderControl

Associated Types

type Rep ParameterSliderControl :: Type -> Type #

Read ParameterSliderControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterSliderControl

Show ParameterSliderControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterSliderControl

NFData ParameterSliderControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterSliderControl

Methods

rnf :: ParameterSliderControl -> () #

Eq ParameterSliderControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterSliderControl

Hashable ParameterSliderControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterSliderControl

type Rep ParameterSliderControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterSliderControl

type Rep ParameterSliderControl = D1 ('MetaData "ParameterSliderControl" "Amazonka.QuickSight.Types.ParameterSliderControl" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ParameterSliderControl'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "displayOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SliderControlDisplayOptions)) :*: (S1 ('MetaSel ('Just "parameterControlId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "title") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: ((S1 ('MetaSel ('Just "sourceParameterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "maximumValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double)) :*: (S1 ('MetaSel ('Just "minimumValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double) :*: S1 ('MetaSel ('Just "stepSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double)))))

newParameterSliderControl Source #

Create a value of ParameterSliderControl 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:displayOptions:ParameterSliderControl', parameterSliderControl_displayOptions - The display options of a control.

$sel:parameterControlId:ParameterSliderControl', parameterSliderControl_parameterControlId - The ID of the ParameterSliderControl.

$sel:title:ParameterSliderControl', parameterSliderControl_title - The title of the ParameterSliderControl.

$sel:sourceParameterName:ParameterSliderControl', parameterSliderControl_sourceParameterName - The source parameter name of the ParameterSliderControl.

$sel:maximumValue:ParameterSliderControl', parameterSliderControl_maximumValue - The smaller value that is displayed at the left of the slider.

$sel:minimumValue:ParameterSliderControl', parameterSliderControl_minimumValue - The larger value that is displayed at the right of the slider.

$sel:stepSize:ParameterSliderControl', parameterSliderControl_stepSize - The number of increments that the slider bar is divided into.

parameterSliderControl_title :: Lens' ParameterSliderControl Text Source #

The title of the ParameterSliderControl.

parameterSliderControl_sourceParameterName :: Lens' ParameterSliderControl Text Source #

The source parameter name of the ParameterSliderControl.

parameterSliderControl_maximumValue :: Lens' ParameterSliderControl Double Source #

The smaller value that is displayed at the left of the slider.

parameterSliderControl_minimumValue :: Lens' ParameterSliderControl Double Source #

The larger value that is displayed at the right of the slider.

parameterSliderControl_stepSize :: Lens' ParameterSliderControl Double Source #

The number of increments that the slider bar is divided into.