Class: Aws::EC2::Types::InstanceMaintenanceOptionsRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EC2::Types::InstanceMaintenanceOptionsRequest
 
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
The maintenance options for the 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.
| 47565 47566 47567 47568 47569 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 47565 class InstanceMaintenanceOptionsRequest < Struct.new( :auto_recovery) SENSITIVE = [] include Aws::Structure end |