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.
3627 3628 3629 |
# File 'sig/types.rbs', line 3627 def dynamic_value @dynamic_value end |
#rolling_date ⇒ Types::RollingDateConfiguration
Returns the value of attribute rolling_date.
3629 3630 3631 |
# File 'sig/types.rbs', line 3629 def rolling_date @rolling_date end |
#static_values ⇒ ::Array[::Time]
Returns the value of attribute static_values.
3628 3629 3630 |
# File 'sig/types.rbs', line 3628 def static_values @static_values end |