Class: Aws::QuickSight::Types::SliderControlDisplayOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SliderControlDisplayOptions
- 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
-
#info_icon_label_options ⇒ Types::SheetControlInfoIconLabelOptions
The configuration of info icon label options.
-
#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.
28447 28448 28449 28450 28451 28452 |
# File 'lib/aws-sdk-quicksight/types.rb', line 28447 class SliderControlDisplayOptions < Struct.new( :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.
28447 28448 28449 28450 28451 28452 |
# File 'lib/aws-sdk-quicksight/types.rb', line 28447 class SliderControlDisplayOptions < Struct.new( :title_options, :info_icon_label_options) SENSITIVE = [] include Aws::Structure end |