Class: Aws::QuickSight::Types::DefaultSliderControlOptions

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

The default options that correspond to the ‘Slider` filter control type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#display_optionsTypes::SliderControlDisplayOptions

The display options of a control.



9408
9409
9410
9411
9412
9413
9414
9415
9416
# File 'lib/aws-sdk-quicksight/types.rb', line 9408

class DefaultSliderControlOptions < Struct.new(
  :display_options,
  :type,
  :maximum_value,
  :minimum_value,
  :step_size)
  SENSITIVE = []
  include Aws::Structure
end

#maximum_valueFloat

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

Returns:

  • (Float)


9408
9409
9410
9411
9412
9413
9414
9415
9416
# File 'lib/aws-sdk-quicksight/types.rb', line 9408

class DefaultSliderControlOptions < Struct.new(
  :display_options,
  :type,
  :maximum_value,
  :minimum_value,
  :step_size)
  SENSITIVE = []
  include Aws::Structure
end

#minimum_valueFloat

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

Returns:

  • (Float)


9408
9409
9410
9411
9412
9413
9414
9415
9416
# File 'lib/aws-sdk-quicksight/types.rb', line 9408

class DefaultSliderControlOptions < Struct.new(
  :display_options,
  :type,
  :maximum_value,
  :minimum_value,
  :step_size)
  SENSITIVE = []
  include Aws::Structure
end

#step_sizeFloat

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

Returns:

  • (Float)


9408
9409
9410
9411
9412
9413
9414
9415
9416
# File 'lib/aws-sdk-quicksight/types.rb', line 9408

class DefaultSliderControlOptions < Struct.new(
  :display_options,
  :type,
  :maximum_value,
  :minimum_value,
  :step_size)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the ‘DefaultSliderControlOptions`. Choose one of the following options:

  • ‘SINGLE_POINT`: Filter against(equals) a single data point.

  • ‘RANGE`: Filter data that is in a specified range.

Returns:

  • (String)


9408
9409
9410
9411
9412
9413
9414
9415
9416
# File 'lib/aws-sdk-quicksight/types.rb', line 9408

class DefaultSliderControlOptions < Struct.new(
  :display_options,
  :type,
  :maximum_value,
  :minimum_value,
  :step_size)
  SENSITIVE = []
  include Aws::Structure
end