Class: Aws::QuickSight::Types::DefaultFilterListControlOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DefaultFilterListControlOptions
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The default options that correspond to the List filter control type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#control_sort_configurations ⇒ Array<Types::ControlSortConfiguration>
The sort configuration for the values displayed in the control.
-
#display_options ⇒ Types::ListControlDisplayOptions
The display options of a control.
-
#selectable_values ⇒ Types::FilterSelectableValues
A list of selectable values that are used in a control.
-
#type ⇒ String
The type of the
DefaultFilterListControlOptions.
Instance Attribute Details
#control_sort_configurations ⇒ Array<Types::ControlSortConfiguration>
The sort configuration for the values displayed in the control. Only one sort configuration can be applied per control.
13428 13429 13430 13431 13432 13433 13434 13435 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13428 class DefaultFilterListControlOptions < Struct.new( :display_options, :type, :selectable_values, :control_sort_configurations) SENSITIVE = [] include Aws::Structure end |
#display_options ⇒ Types::ListControlDisplayOptions
The display options of a control.
13428 13429 13430 13431 13432 13433 13434 13435 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13428 class DefaultFilterListControlOptions < Struct.new( :display_options, :type, :selectable_values, :control_sort_configurations) SENSITIVE = [] include Aws::Structure end |
#selectable_values ⇒ Types::FilterSelectableValues
A list of selectable values that are used in a control.
13428 13429 13430 13431 13432 13433 13434 13435 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13428 class DefaultFilterListControlOptions < Struct.new( :display_options, :type, :selectable_values, :control_sort_configurations) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the DefaultFilterListControlOptions. 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.
13428 13429 13430 13431 13432 13433 13434 13435 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13428 class DefaultFilterListControlOptions < Struct.new( :display_options, :type, :selectable_values, :control_sort_configurations) SENSITIVE = [] include Aws::Structure end |