Class: Aws::GuardDuty::Types::OrganizationMalwareProtectionConfiguration
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GuardDuty::Types::OrganizationMalwareProtectionConfiguration
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-guardduty/types.rb
 
Overview
Organization-wide Malware Protection configurations.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #scan_ec2_instance_with_findings  ⇒ Types::OrganizationScanEc2InstanceWithFindings 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Whether Malware Protection for EC2 instances with findings should be auto-enabled for new members joining the organization.
 
Instance Attribute Details
#scan_ec2_instance_with_findings ⇒ Types::OrganizationScanEc2InstanceWithFindings
Whether Malware Protection for EC2 instances with findings should be auto-enabled for new members joining the organization.
      6655 6656 6657 6658 6659  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 6655 class OrganizationMalwareProtectionConfiguration < Struct.new( :scan_ec2_instance_with_findings) SENSITIVE = [] include Aws::Structure end  |