Class: Aws::QuickSight::Types::ListControlDisplayOptions

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

The display options of a control.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#info_icon_label_optionsTypes::SheetControlInfoIconLabelOptions

The configuration of info icon label options.



18645
18646
18647
18648
18649
18650
18651
18652
# File 'lib/aws-sdk-quicksight/types.rb', line 18645

class ListControlDisplayOptions < Struct.new(
  :search_options,
  :select_all_options,
  :title_options,
  :info_icon_label_options)
  SENSITIVE = []
  include Aws::Structure
end

#search_optionsTypes::ListControlSearchOptions

The configuration of the search options in a list control.



18645
18646
18647
18648
18649
18650
18651
18652
# File 'lib/aws-sdk-quicksight/types.rb', line 18645

class ListControlDisplayOptions < Struct.new(
  :search_options,
  :select_all_options,
  :title_options,
  :info_icon_label_options)
  SENSITIVE = []
  include Aws::Structure
end

#select_all_optionsTypes::ListControlSelectAllOptions

The configuration of the ‘Select all` options in a list control.



18645
18646
18647
18648
18649
18650
18651
18652
# File 'lib/aws-sdk-quicksight/types.rb', line 18645

class ListControlDisplayOptions < Struct.new(
  :search_options,
  :select_all_options,
  :title_options,
  :info_icon_label_options)
  SENSITIVE = []
  include Aws::Structure
end

#title_optionsTypes::LabelOptions

The options to configure the title visibility, name, and font size.

Returns:



18645
18646
18647
18648
18649
18650
18651
18652
# File 'lib/aws-sdk-quicksight/types.rb', line 18645

class ListControlDisplayOptions < Struct.new(
  :search_options,
  :select_all_options,
  :title_options,
  :info_icon_label_options)
  SENSITIVE = []
  include Aws::Structure
end