Class: Aws::QuickSight::Types::RelativeDateTimeControlDisplayOptions

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

#date_time_formatString

Customize how dates are formatted in controls.

Returns:

  • (String)


25008
25009
25010
25011
25012
25013
25014
# File 'lib/aws-sdk-quicksight/types.rb', line 25008

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

#info_icon_label_optionsTypes::SheetControlInfoIconLabelOptions

The configuration of info icon label options.



25008
25009
25010
25011
25012
25013
25014
# File 'lib/aws-sdk-quicksight/types.rb', line 25008

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

#title_optionsTypes::LabelOptions

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

Returns:



25008
25009
25010
25011
25012
25013
25014
# File 'lib/aws-sdk-quicksight/types.rb', line 25008

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