Class: Aws::QuickSight::Types::ListControlDisplayOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ListControlDisplayOptions
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The display options of a control.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#info_icon_label_options ⇒ Types::SheetControlInfoIconLabelOptions
The configuration of info icon label options.
-
#search_options ⇒ Types::ListControlSearchOptions
The configuration of the search options in a list control.
-
#select_all_options ⇒ Types::ListControlSelectAllOptions
The configuration of the
Select all
options in a list control. -
#title_options ⇒ Types::LabelOptions
The options to configure the title visibility, name, and font size.
Instance Attribute Details
#info_icon_label_options ⇒ Types::SheetControlInfoIconLabelOptions
The configuration of info icon label options.
20383 20384 20385 20386 20387 20388 20389 20390 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20383 class ListControlDisplayOptions < Struct.new( :search_options, :select_all_options, :title_options, :info_icon_label_options) SENSITIVE = [] include Aws::Structure end |
#search_options ⇒ Types::ListControlSearchOptions
The configuration of the search options in a list control.
20383 20384 20385 20386 20387 20388 20389 20390 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20383 class ListControlDisplayOptions < Struct.new( :search_options, :select_all_options, :title_options, :info_icon_label_options) SENSITIVE = [] include Aws::Structure end |
#select_all_options ⇒ Types::ListControlSelectAllOptions
The configuration of the Select all
options in a list control.
20383 20384 20385 20386 20387 20388 20389 20390 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20383 class ListControlDisplayOptions < Struct.new( :search_options, :select_all_options, :title_options, :info_icon_label_options) SENSITIVE = [] include Aws::Structure end |
#title_options ⇒ Types::LabelOptions
The options to configure the title visibility, name, and font size.
20383 20384 20385 20386 20387 20388 20389 20390 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20383 class ListControlDisplayOptions < Struct.new( :search_options, :select_all_options, :title_options, :info_icon_label_options) SENSITIVE = [] include Aws::Structure end |