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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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_options ⇒ Types::SliderControlDisplayOptions

The display options of a control.



16647
16648
16649
16650
16651
16652
16653
16654
16655
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16647

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

#maximum_value ⇒ Float

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

Returns:

  • (Float)


16647
16648
16649
16650
16651
16652
16653
16654
16655
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16647

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

#minimum_value ⇒ Float

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

Returns:

  • (Float)


16647
16648
16649
16650
16651
16652
16653
16654
16655
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16647

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

#step_size ⇒ Float

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

Returns:

  • (Float)


16647
16648
16649
16650
16651
16652
16653
16654
16655
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16647

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

#type ⇒ String

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)


16647
16648
16649
16650
16651
16652
16653
16654
16655
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16647

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