Class: Aws::QuickSight::Types::FilterListControl
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::FilterListControl
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
A control to display a list of buttons or boxes. This is used to select either a single value or multiple values.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cascading_control_configuration ⇒ Types::CascadingControlConfiguration
The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.
-
#display_options ⇒ Types::ListControlDisplayOptions
The display options of a control.
-
#filter_control_id ⇒ String
The ID of the
FilterListControl. -
#selectable_values ⇒ Types::FilterSelectableValues
A list of selectable values that are used in a control.
-
#source_filter_id ⇒ String
The source filter ID of the
FilterListControl. -
#title ⇒ String
The title of the
FilterListControl. -
#type ⇒ String
The type of the
FilterListControl.
Instance Attribute Details
#cascading_control_configuration ⇒ Types::CascadingControlConfiguration
The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.
18459 18460 18461 18462 18463 18464 18465 18466 18467 18468 18469 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18459 class FilterListControl < Struct.new( :filter_control_id, :title, :source_filter_id, :display_options, :type, :selectable_values, :cascading_control_configuration) SENSITIVE = [] include Aws::Structure end |
#display_options ⇒ Types::ListControlDisplayOptions
The display options of a control.
18459 18460 18461 18462 18463 18464 18465 18466 18467 18468 18469 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18459 class FilterListControl < Struct.new( :filter_control_id, :title, :source_filter_id, :display_options, :type, :selectable_values, :cascading_control_configuration) SENSITIVE = [] include Aws::Structure end |
#filter_control_id ⇒ String
The ID of the FilterListControl.
18459 18460 18461 18462 18463 18464 18465 18466 18467 18468 18469 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18459 class FilterListControl < Struct.new( :filter_control_id, :title, :source_filter_id, :display_options, :type, :selectable_values, :cascading_control_configuration) SENSITIVE = [] include Aws::Structure end |
#selectable_values ⇒ Types::FilterSelectableValues
A list of selectable values that are used in a control.
18459 18460 18461 18462 18463 18464 18465 18466 18467 18468 18469 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18459 class FilterListControl < Struct.new( :filter_control_id, :title, :source_filter_id, :display_options, :type, :selectable_values, :cascading_control_configuration) SENSITIVE = [] include Aws::Structure end |
#source_filter_id ⇒ String
The source filter ID of the FilterListControl.
18459 18460 18461 18462 18463 18464 18465 18466 18467 18468 18469 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18459 class FilterListControl < Struct.new( :filter_control_id, :title, :source_filter_id, :display_options, :type, :selectable_values, :cascading_control_configuration) SENSITIVE = [] include Aws::Structure end |
#title ⇒ String
The title of the FilterListControl.
18459 18460 18461 18462 18463 18464 18465 18466 18467 18468 18469 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18459 class FilterListControl < Struct.new( :filter_control_id, :title, :source_filter_id, :display_options, :type, :selectable_values, :cascading_control_configuration) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the FilterListControl. Choose one of the following
options:
MULTI_SELECT: The user can select multiple entries from the list.SINGLE_SELECT: The user can select a single entry from the list.
18459 18460 18461 18462 18463 18464 18465 18466 18467 18468 18469 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18459 class FilterListControl < Struct.new( :filter_control_id, :title, :source_filter_id, :display_options, :type, :selectable_values, :cascading_control_configuration) SENSITIVE = [] include Aws::Structure end |