Class: Aws::EC2::Types::LaunchTemplateInstanceMaintenanceOptionsRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::LaunchTemplateInstanceMaintenanceOptionsRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
The maintenance options of your instance.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #auto_recovery  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Disables the automatic recovery behavior of your instance or sets it to default.
 
Instance Attribute Details
#auto_recovery ⇒ String
Disables the automatic recovery behavior of your instance or sets it to default. For more information, see [Simplified automatic recovery].
      48035 48036 48037 48038 48039  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 48035 class LaunchTemplateInstanceMaintenanceOptionsRequest < Struct.new( :auto_recovery) SENSITIVE = [] include Aws::Structure end  |