Class: Aws::RDS::Types::RestoreWindow
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::RestoreWindow
- Defined in:
- gems/aws-sdk-rds/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.
27252 27253 27254 27255 27256 27257 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 27252 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.
27252 27253 27254 27255 27256 27257 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 27252 class RestoreWindow < Struct.new( :earliest_time, :latest_time) SENSITIVE = [] include Aws::Structure end |