Class: Aws::QuickSight::Types::FilterSliderControl
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::FilterSliderControl
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
A control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#display_options ⇒ Types::SliderControlDisplayOptions
The display options of a control.
-
#filter_control_id ⇒ String
The ID of the
FilterSliderControl
. -
#maximum_value ⇒ Float
The larger value that is displayed at the right of the slider.
-
#minimum_value ⇒ Float
The smaller value that is displayed at the left of the slider.
-
#source_filter_id ⇒ String
The source filter ID of the
FilterSliderControl
. -
#step_size ⇒ Float
The number of increments that the slider bar is divided into.
-
#title ⇒ String
The title of the
FilterSliderControl
. -
#type ⇒ String
The type of the
FilterSliderControl
.
Instance Attribute Details
#display_options ⇒ Types::SliderControlDisplayOptions
The display options of a control.
16176 16177 16178 16179 16180 16181 16182 16183 16184 16185 16186 16187 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16176 class FilterSliderControl < Struct.new( :filter_control_id, :title, :source_filter_id, :display_options, :type, :maximum_value, :minimum_value, :step_size) SENSITIVE = [] include Aws::Structure end |
#filter_control_id ⇒ String
The ID of the FilterSliderControl
.
16176 16177 16178 16179 16180 16181 16182 16183 16184 16185 16186 16187 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16176 class FilterSliderControl < Struct.new( :filter_control_id, :title, :source_filter_id, :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.
16176 16177 16178 16179 16180 16181 16182 16183 16184 16185 16186 16187 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16176 class FilterSliderControl < Struct.new( :filter_control_id, :title, :source_filter_id, :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.
16176 16177 16178 16179 16180 16181 16182 16183 16184 16185 16186 16187 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16176 class FilterSliderControl < Struct.new( :filter_control_id, :title, :source_filter_id, :display_options, :type, :maximum_value, :minimum_value, :step_size) SENSITIVE = [] include Aws::Structure end |
#source_filter_id ⇒ String
The source filter ID of the FilterSliderControl
.
16176 16177 16178 16179 16180 16181 16182 16183 16184 16185 16186 16187 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16176 class FilterSliderControl < Struct.new( :filter_control_id, :title, :source_filter_id, :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.
16176 16177 16178 16179 16180 16181 16182 16183 16184 16185 16186 16187 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16176 class FilterSliderControl < Struct.new( :filter_control_id, :title, :source_filter_id, :display_options, :type, :maximum_value, :minimum_value, :step_size) SENSITIVE = [] include Aws::Structure end |
#title ⇒ String
The title of the FilterSliderControl
.
16176 16177 16178 16179 16180 16181 16182 16183 16184 16185 16186 16187 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16176 class FilterSliderControl < Struct.new( :filter_control_id, :title, :source_filter_id, :display_options, :type, :maximum_value, :minimum_value, :step_size) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the 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.
16176 16177 16178 16179 16180 16181 16182 16183 16184 16185 16186 16187 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16176 class FilterSliderControl < Struct.new( :filter_control_id, :title, :source_filter_id, :display_options, :type, :maximum_value, :minimum_value, :step_size) SENSITIVE = [] include Aws::Structure end |