Class: Aws::GuardDuty::Types::OrganizationMalwareProtectionConfigurationResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GuardDuty::Types::OrganizationMalwareProtectionConfigurationResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-guardduty/types.rb
 
Overview
An object that contains information on the status of all Malware Protection data source for an organization.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #scan_ec2_instance_with_findings  ⇒ Types::OrganizationScanEc2InstanceWithFindingsResult 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Describes the configuration for scanning EC2 instances with findings for an organization.
 
Instance Attribute Details
#scan_ec2_instance_with_findings ⇒ Types::OrganizationScanEc2InstanceWithFindingsResult
Describes the configuration for scanning EC2 instances with findings for an organization.
      6671 6672 6673 6674 6675  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 6671 class OrganizationMalwareProtectionConfigurationResult < Struct.new( :scan_ec2_instance_with_findings) SENSITIVE = [] include Aws::Structure end  |