Class: Aws::Types::RelativeDateTimeControlDisplayOptions
- Inherits:
-
Object
- Object
- Aws::Types::RelativeDateTimeControlDisplayOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#date_time_format ⇒ ::String
Returns the value of attribute date_time_format.
-
#info_icon_label_options ⇒ Types::SheetControlInfoIconLabelOptions
Returns the value of attribute info_icon_label_options.
-
#title_options ⇒ Types::LabelOptions
Returns the value of attribute title_options.
Instance Attribute Details
#date_time_format ⇒ ::String
Returns the value of attribute date_time_format.
9418 9419 9420 |
# File 'sig/types.rbs', line 9418 def date_time_format @date_time_format end |
#info_icon_label_options ⇒ Types::SheetControlInfoIconLabelOptions
Returns the value of attribute info_icon_label_options.
9419 9420 9421 |
# File 'sig/types.rbs', line 9419 def @info_icon_label_options end |
#title_options ⇒ Types::LabelOptions
Returns the value of attribute title_options.
9417 9418 9419 |
# File 'sig/types.rbs', line 9417 def @title_options end |