Class: Aws::QuickSight::Types::DropDownControlDisplayOptions

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#info_icon_label_optionsTypes::SheetControlInfoIconLabelOptions

The configuration of info icon label options.



14933
14934
14935
14936
14937
14938
14939
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14933

class DropDownControlDisplayOptions < Struct.new(
  :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 dropdown control.



14933
14934
14935
14936
14937
14938
14939
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14933

class DropDownControlDisplayOptions < Struct.new(
  :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:



14933
14934
14935
14936
14937
14938
14939
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14933

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