Class: Aws::GuardDuty::Types::MalwareProtectionConfiguration
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GuardDuty::Types::MalwareProtectionConfiguration
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-guardduty/types.rb
 
Overview
Describes whether Malware Protection will be enabled as a data source.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #scan_ec2_instance_with_findings  ⇒ Types::ScanEc2InstanceWithFindings 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Describes the configuration of Malware Protection for EC2 instances with findings.
 
Instance Attribute Details
#scan_ec2_instance_with_findings ⇒ Types::ScanEc2InstanceWithFindings
Describes the configuration of Malware Protection for EC2 instances with findings.
      5775 5776 5777 5778 5779  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 5775 class MalwareProtectionConfiguration < Struct.new( :scan_ec2_instance_with_findings) SENSITIVE = [] include Aws::Structure end  |