Class: Aws::Types::DateTimePickerControlDisplayOptions
- Inherits:
-
Object
- Object
- Aws::Types::DateTimePickerControlDisplayOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#date_icon_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute date_icon_visibility.
-
#date_time_format ⇒ ::String
Returns the value of attribute date_time_format.
-
#helper_text_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute helper_text_visibility.
-
#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_icon_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute date_icon_visibility.
3666 3667 3668 |
# File 'sig/types.rbs', line 3666 def date_icon_visibility @date_icon_visibility end |
#date_time_format ⇒ ::String
Returns the value of attribute date_time_format.
3663 3664 3665 |
# File 'sig/types.rbs', line 3663 def date_time_format @date_time_format end |
#helper_text_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute helper_text_visibility.
3665 3666 3667 |
# File 'sig/types.rbs', line 3665 def helper_text_visibility @helper_text_visibility end |
#info_icon_label_options ⇒ Types::SheetControlInfoIconLabelOptions
Returns the value of attribute info_icon_label_options.
3664 3665 3666 |
# File 'sig/types.rbs', line 3664 def @info_icon_label_options end |
#title_options ⇒ Types::LabelOptions
Returns the value of attribute title_options.
3662 3663 3664 |
# File 'sig/types.rbs', line 3662 def @title_options end |