Class: Aws::GuardDuty::Types::OrganizationMalwareProtectionConfigurationResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::GuardDuty::Types::OrganizationMalwareProtectionConfigurationResult
 
- Defined in:
- gems/aws-sdk-guardduty/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.
| 7687 7688 7689 7690 7691 | # File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7687 class OrganizationMalwareProtectionConfigurationResult < Struct.new( :scan_ec2_instance_with_findings) SENSITIVE = [] include Aws::Structure end |