Class: Aws::Types::DefaultRelativeDateTimeControlOptions
- Inherits:
-
Object
- Object
- Aws::Types::DefaultRelativeDateTimeControlOptions
- 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::RelativeDateTimeControlDisplayOptions
Returns the value of attribute display_options.
Instance Attribute Details
#commit_mode ⇒ "AUTO", "MANUAL"
Returns the value of attribute commit_mode.
3682 3683 3684 |
# File 'sig/types.rbs', line 3682 def commit_mode @commit_mode end |
#display_options ⇒ Types::RelativeDateTimeControlDisplayOptions
Returns the value of attribute display_options.
3681 3682 3683 |
# File 'sig/types.rbs', line 3681 def @display_options end |