Class: Aws::Types::DateTimeDefaultValues
- Inherits:
-
Object
- Object
- Aws::Types::DateTimeDefaultValues
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dynamic_value ⇒ Types::DynamicDefaultValue
Returns the value of attribute dynamic_value.
-
#rolling_date ⇒ Types::RollingDateConfiguration
Returns the value of attribute rolling_date.
-
#static_values ⇒ ::Array[::Time]
Returns the value of attribute static_values.
Instance Attribute Details
#dynamic_value ⇒ Types::DynamicDefaultValue
Returns the value of attribute dynamic_value.
3496 3497 3498 |
# File 'sig/types.rbs', line 3496 def dynamic_value @dynamic_value end |
#rolling_date ⇒ Types::RollingDateConfiguration
Returns the value of attribute rolling_date.
3498 3499 3500 |
# File 'sig/types.rbs', line 3498 def rolling_date @rolling_date end |
#static_values ⇒ ::Array[::Time]
Returns the value of attribute static_values.
3497 3498 3499 |
# File 'sig/types.rbs', line 3497 def static_values @static_values end |