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.
| 26024 26025 26026 26027 26028 26029 | # File 'lib/aws-sdk-rds/types.rb', line 26024 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.
| 26024 26025 26026 26027 26028 26029 | # File 'lib/aws-sdk-rds/types.rb', line 26024 class RestoreWindow < Struct.new( :earliest_time, :latest_time) SENSITIVE = [] include Aws::Structure end |