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.
3672 3673 3674 |
# File 'sig/types.rbs', line 3672 def custom_value @custom_value end |
#value_when_unset_option ⇒ "RECOMMENDED_VALUE", "NULL"
Returns the value of attribute value_when_unset_option.
3671 3672 3673 |
# File 'sig/types.rbs', line 3671 def value_when_unset_option @value_when_unset_option end |