Class: Aws::QuickSight::Types::ParameterSliderControl
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ParameterSliderControl
- Includes:
- Structure
- Defined in:
- 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.
-
#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.
-
#parameter_control_id ⇒ String
The ID of the ‘ParameterSliderControl`.
-
#source_parameter_name ⇒ String
The source parameter name of the ‘ParameterSliderControl`.
-
#step_size ⇒ Float
The number of increments that the slider bar is divided into.
-
#title ⇒ String
The title of the ‘ParameterSliderControl`.
Instance Attribute Details
#display_options ⇒ Types::SliderControlDisplayOptions
The display options of a control.
22572 22573 22574 22575 22576 22577 22578 22579 22580 22581 22582 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22572 class ParameterSliderControl < Struct.new( :parameter_control_id, :title, :source_parameter_name, :display_options, :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.
22572 22573 22574 22575 22576 22577 22578 22579 22580 22581 22582 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22572 class ParameterSliderControl < Struct.new( :parameter_control_id, :title, :source_parameter_name, :display_options, :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.
22572 22573 22574 22575 22576 22577 22578 22579 22580 22581 22582 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22572 class ParameterSliderControl < Struct.new( :parameter_control_id, :title, :source_parameter_name, :display_options, :maximum_value, :minimum_value, :step_size) SENSITIVE = [] include Aws::Structure end |
#parameter_control_id ⇒ String
The ID of the ‘ParameterSliderControl`.
22572 22573 22574 22575 22576 22577 22578 22579 22580 22581 22582 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22572 class ParameterSliderControl < Struct.new( :parameter_control_id, :title, :source_parameter_name, :display_options, :maximum_value, :minimum_value, :step_size) SENSITIVE = [] include Aws::Structure end |
#source_parameter_name ⇒ String
The source parameter name of the ‘ParameterSliderControl`.
22572 22573 22574 22575 22576 22577 22578 22579 22580 22581 22582 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22572 class ParameterSliderControl < Struct.new( :parameter_control_id, :title, :source_parameter_name, :display_options, :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.
22572 22573 22574 22575 22576 22577 22578 22579 22580 22581 22582 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22572 class ParameterSliderControl < Struct.new( :parameter_control_id, :title, :source_parameter_name, :display_options, :maximum_value, :minimum_value, :step_size) SENSITIVE = [] include Aws::Structure end |
#title ⇒ String
The title of the ‘ParameterSliderControl`.
22572 22573 22574 22575 22576 22577 22578 22579 22580 22581 22582 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22572 class ParameterSliderControl < Struct.new( :parameter_control_id, :title, :source_parameter_name, :display_options, :maximum_value, :minimum_value, :step_size) SENSITIVE = [] include Aws::Structure end |