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.
      26636 26637 26638 26639 26640 26641  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 26636 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.
      26636 26637 26638 26639 26640 26641  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 26636 class RestoreWindow < Struct.new( :earliest_time, :latest_time) SENSITIVE = [] include Aws::Structure end  |