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.
3738 3739 3740 |
# File 'sig/types.rbs', line 3738 def commit_mode @commit_mode end |
#display_options ⇒ Types::DateTimePickerControlDisplayOptions
Returns the value of attribute display_options.
3737 3738 3739 |
# File 'sig/types.rbs', line 3737 def @display_options end |
#type ⇒ "SINGLE_VALUED", "DATE_RANGE"
Returns the value of attribute type.
3736 3737 3738 |
# File 'sig/types.rbs', line 3736 def type @type end |