Class: Aws::Types::RestoreWindow
- Inherits:
-
Object
- Object
- Aws::Types::RestoreWindow
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#earliest_time ⇒ ::Time
Returns the value of attribute earliest_time.
-
#latest_time ⇒ ::Time
Returns the value of attribute latest_time.
Instance Attribute Details
#earliest_time ⇒ ::Time
Returns the value of attribute earliest_time.
4137 4138 4139 |
# File 'sig/types.rbs', line 4137 def earliest_time @earliest_time end |
#latest_time ⇒ ::Time
Returns the value of attribute latest_time.
4138 4139 4140 |
# File 'sig/types.rbs', line 4138 def latest_time @latest_time end |