Class: Aws::EC2::Types::MaintenanceDetails
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::MaintenanceDetails
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Details for Site-to-Site VPN tunnel endpoint maintenance events.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #last_maintenance_applied  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Timestamp of last applied maintenance.
 - 
  
    
      #maintenance_auto_applied_after  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The timestamp after which Amazon Web Services will automatically apply maintenance.
 - 
  
    
      #pending_maintenance  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Verify existence of a pending maintenance.
 
Instance Attribute Details
#last_maintenance_applied ⇒ Time
Timestamp of last applied maintenance.
      50058 50059 50060 50061 50062 50063 50064  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 50058 class MaintenanceDetails < Struct.new( :pending_maintenance, :maintenance_auto_applied_after, :last_maintenance_applied) SENSITIVE = [] include Aws::Structure end  | 
  
#maintenance_auto_applied_after ⇒ Time
The timestamp after which Amazon Web Services will automatically apply maintenance.
      50058 50059 50060 50061 50062 50063 50064  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 50058 class MaintenanceDetails < Struct.new( :pending_maintenance, :maintenance_auto_applied_after, :last_maintenance_applied) SENSITIVE = [] include Aws::Structure end  | 
  
#pending_maintenance ⇒ String
Verify existence of a pending maintenance.
      50058 50059 50060 50061 50062 50063 50064  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 50058 class MaintenanceDetails < Struct.new( :pending_maintenance, :maintenance_auto_applied_after, :last_maintenance_applied) SENSITIVE = [] include Aws::Structure end  |