Class: Aws::SecurityHub::Types::AwsEc2LaunchTemplateDataMaintenanceOptionsDetails
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SecurityHub::Types::AwsEc2LaunchTemplateDataMaintenanceOptionsDetails
 
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
The maintenance options of an Amazon EC2 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.
| 7603 7604 7605 7606 7607 | # File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 7603 class AwsEc2LaunchTemplateDataMaintenanceOptionsDetails < Struct.new( :auto_recovery) SENSITIVE = [] include Aws::Structure end |