Class: Aws::EC2::Types::InstanceMaintenanceOptions
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::InstanceMaintenanceOptions
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
The maintenance options for the instance.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #auto_recovery  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Provides information on the current automatic recovery behavior of your instance.
 
Instance Attribute Details
#auto_recovery ⇒ String
Provides information on the current automatic recovery behavior of your instance.
      43320 43321 43322 43323 43324  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 43320 class InstanceMaintenanceOptions < Struct.new( :auto_recovery) SENSITIVE = [] include Aws::Structure end  |