Class: Aws::QuickSight::Types::SliderControlDisplayOptions

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.



27097
27098
27099
27100
27101
27102
# File 'lib/aws-sdk-quicksight/types.rb', line 27097

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



27097
27098
27099
27100
27101
27102
# File 'lib/aws-sdk-quicksight/types.rb', line 27097

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