Class: Aws::Types::DefaultDateTimePickerControlOptions
- Inherits:
-
Object
- Object
- Aws::Types::DefaultDateTimePickerControlOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#commit_mode ⇒ "AUTO", "MANUAL"
Returns the value of attribute commit_mode.
-
#display_options ⇒ Types::DateTimePickerControlDisplayOptions
Returns the value of attribute display_options.
-
#type ⇒ "SINGLE_VALUED", "DATE_RANGE"
Returns the value of attribute type.
Instance Attribute Details
#commit_mode ⇒ "AUTO", "MANUAL"
Returns the value of attribute commit_mode.
3607 3608 3609 |
# File 'sig/types.rbs', line 3607 def commit_mode @commit_mode end |
#display_options ⇒ Types::DateTimePickerControlDisplayOptions
Returns the value of attribute display_options.
3606 3607 3608 |
# File 'sig/types.rbs', line 3606 def @display_options end |
#type ⇒ "SINGLE_VALUED", "DATE_RANGE"
Returns the value of attribute type.
3605 3606 3607 |
# File 'sig/types.rbs', line 3605 def type @type end |