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

Description

 
Synopsis

Documentation

data FilterSliderControl Source #

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

See: newFilterSliderControl smart constructor.

Constructors

FilterSliderControl' 

Fields

Instances

Instances details
FromJSON FilterSliderControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterSliderControl

ToJSON FilterSliderControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterSliderControl

Generic FilterSliderControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterSliderControl

Associated Types

type Rep FilterSliderControl :: Type -> Type #

Read FilterSliderControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterSliderControl

Show FilterSliderControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterSliderControl

NFData FilterSliderControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterSliderControl

Methods

rnf :: FilterSliderControl -> () #

Eq FilterSliderControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterSliderControl

Hashable FilterSliderControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterSliderControl

type Rep FilterSliderControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterSliderControl

newFilterSliderControl Source #

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

$sel:type':FilterSliderControl', filterSliderControl_type - The type of FilterSliderControl. Choose one of the following options:

  • SINGLE_POINT: Filter against(equals) a single data point.
  • RANGE: Filter data that is in a specified range.

$sel:filterControlId:FilterSliderControl', filterSliderControl_filterControlId - The ID of the FilterSliderControl.

$sel:title:FilterSliderControl', filterSliderControl_title - The title of the FilterSliderControl.

$sel:sourceFilterId:FilterSliderControl', filterSliderControl_sourceFilterId - The source filter ID of the FilterSliderControl.

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

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

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

filterSliderControl_type :: Lens' FilterSliderControl (Maybe SheetControlSliderType) Source #

The type of FilterSliderControl. Choose one of the following options:

  • SINGLE_POINT: Filter against(equals) a single data point.
  • RANGE: Filter data that is in a specified range.

filterSliderControl_title :: Lens' FilterSliderControl Text Source #

The title of the FilterSliderControl.

filterSliderControl_sourceFilterId :: Lens' FilterSliderControl Text Source #

The source filter ID of the FilterSliderControl.

filterSliderControl_maximumValue :: Lens' FilterSliderControl Double Source #

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

filterSliderControl_minimumValue :: Lens' FilterSliderControl Double Source #

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

filterSliderControl_stepSize :: Lens' FilterSliderControl Double Source #

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