Class: Aws::QuickSight::Types::DefaultFilterDropDownControlOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DefaultFilterDropDownControlOptions
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The default options that correspond to the Dropdown
filter control
type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#commit_mode ⇒ String
The visibility configuration of the Apply button on a
FilterDropDownControl
. -
#display_options ⇒ Types::DropDownControlDisplayOptions
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
FilterDropDownControl
.
Instance Attribute Details
#commit_mode ⇒ String
The visibility configuration of the Apply button on a
FilterDropDownControl
.
10343 10344 10345 10346 10347 10348 10349 10350 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10343 class DefaultFilterDropDownControlOptions < Struct.new( :display_options, :type, :selectable_values, :commit_mode) SENSITIVE = [] include Aws::Structure end |
#display_options ⇒ Types::DropDownControlDisplayOptions
The display options of a control.
10343 10344 10345 10346 10347 10348 10349 10350 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10343 class DefaultFilterDropDownControlOptions < Struct.new( :display_options, :type, :selectable_values, :commit_mode) SENSITIVE = [] include Aws::Structure end |
#selectable_values ⇒ Types::FilterSelectableValues
A list of selectable values that are used in a control.
10343 10344 10345 10346 10347 10348 10349 10350 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10343 class DefaultFilterDropDownControlOptions < Struct.new( :display_options, :type, :selectable_values, :commit_mode) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the FilterDropDownControl
. Choose one of the following
options:
MULTI_SELECT
: The user can select multiple entries from a dropdown menu.SINGLE_SELECT
: The user can select a single entry from a dropdown menu.
10343 10344 10345 10346 10347 10348 10349 10350 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10343 class DefaultFilterDropDownControlOptions < Struct.new( :display_options, :type, :selectable_values, :commit_mode) SENSITIVE = [] include Aws::Structure end |