Class: Aws::QuickSight::Types::DropDownControlDisplayOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DropDownControlDisplayOptions
- 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.
-
#select_all_options ⇒ Types::ListControlSelectAllOptions
The configuration of the
Select alloptions in a dropdown 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.
17338 17339 17340 17341 17342 17343 17344 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17338 class DropDownControlDisplayOptions < Struct.new( :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 dropdown control.
17338 17339 17340 17341 17342 17343 17344 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17338 class DropDownControlDisplayOptions < Struct.new( :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.
17338 17339 17340 17341 17342 17343 17344 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17338 class DropDownControlDisplayOptions < Struct.new( :select_all_options, :title_options, :info_icon_label_options) SENSITIVE = [] include Aws::Structure end |