Class: Aws::RDS::Types::RestoreWindow
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::RestoreWindow
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rds/types.rb
Overview
Earliest and latest time an instance can be restored to:
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#earliest_time ⇒ Time
The earliest time you can restore an instance to.
-
#latest_time ⇒ Time
The latest time you can restore an instance to.
Instance Attribute Details
#earliest_time ⇒ Time
The earliest time you can restore an instance to.
26489 26490 26491 26492 26493 26494 |
# File 'lib/aws-sdk-rds/types.rb', line 26489 class RestoreWindow < Struct.new( :earliest_time, :latest_time) SENSITIVE = [] include Aws::Structure end |
#latest_time ⇒ Time
The latest time you can restore an instance to.
26489 26490 26491 26492 26493 26494 |
# File 'lib/aws-sdk-rds/types.rb', line 26489 class RestoreWindow < Struct.new( :earliest_time, :latest_time) SENSITIVE = [] include Aws::Structure end |