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.
3535 3536 3537 |
# File 'sig/types.rbs', line 3535 def date_icon_visibility @date_icon_visibility end |
#date_time_format ⇒ ::String
Returns the value of attribute date_time_format.
3532 3533 3534 |
# File 'sig/types.rbs', line 3532 def date_time_format @date_time_format end |
#helper_text_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute helper_text_visibility.
3534 3535 3536 |
# File 'sig/types.rbs', line 3534 def helper_text_visibility @helper_text_visibility end |
#info_icon_label_options ⇒ Types::SheetControlInfoIconLabelOptions
Returns the value of attribute info_icon_label_options.
3533 3534 3535 |
# File 'sig/types.rbs', line 3533 def @info_icon_label_options end |
#title_options ⇒ Types::LabelOptions
Returns the value of attribute title_options.
3531 3532 3533 |
# File 'sig/types.rbs', line 3531 def @title_options end |