Class: Aws::QuickSight::Types::RelativeDateTimeControlDisplayOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::RelativeDateTimeControlDisplayOptions
- 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
-
#date_time_format ⇒ String
Customize how dates are formatted in controls.
-
#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
#date_time_format ⇒ String
Customize how dates are formatted in controls.
26343 26344 26345 26346 26347 26348 26349 |
# File 'lib/aws-sdk-quicksight/types.rb', line 26343 class RelativeDateTimeControlDisplayOptions < Struct.new( :title_options, :date_time_format, :info_icon_label_options) SENSITIVE = [] include Aws::Structure end |
#info_icon_label_options ⇒ Types::SheetControlInfoIconLabelOptions
The configuration of info icon label options.
26343 26344 26345 26346 26347 26348 26349 |
# File 'lib/aws-sdk-quicksight/types.rb', line 26343 class RelativeDateTimeControlDisplayOptions < Struct.new( :title_options, :date_time_format, :info_icon_label_options) SENSITIVE = [] include Aws::Structure end |
#title_options ⇒ Types::LabelOptions
The options to configure the title visibility, name, and font size.
26343 26344 26345 26346 26347 26348 26349 |
# File 'lib/aws-sdk-quicksight/types.rb', line 26343 class RelativeDateTimeControlDisplayOptions < Struct.new( :title_options, :date_time_format, :info_icon_label_options) SENSITIVE = [] include Aws::Structure end |