Class: Aws::Types::DateTimeValueWhenUnsetConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::DateTimeValueWhenUnsetConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_value ⇒ ::Time
Returns the value of attribute custom_value.
-
#value_when_unset_option ⇒ "RECOMMENDED_VALUE", "NULL"
Returns the value of attribute value_when_unset_option.
Instance Attribute Details
#custom_value ⇒ ::Time
Returns the value of attribute custom_value.
3541 3542 3543 |
# File 'sig/types.rbs', line 3541 def custom_value @custom_value end |
#value_when_unset_option ⇒ "RECOMMENDED_VALUE", "NULL"
Returns the value of attribute value_when_unset_option.
3540 3541 3542 |
# File 'sig/types.rbs', line 3540 def value_when_unset_option @value_when_unset_option end |