Class: Aws::GuardDuty::Types::MalwareProtectionDataSourceFreeTrial
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GuardDuty::Types::MalwareProtectionDataSourceFreeTrial
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-guardduty/types.rb
 
Overview
Provides details about Malware Protection when it is enabled as a data source.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #scan_ec2_instance_with_findings  ⇒ Types::DataSourceFreeTrial 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Describes whether Malware Protection for EC2 instances with findings is enabled as a data source.
 
Instance Attribute Details
#scan_ec2_instance_with_findings ⇒ Types::DataSourceFreeTrial
Describes whether Malware Protection for EC2 instances with findings is enabled as a data source.
      5812 5813 5814 5815 5816  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 5812 class MalwareProtectionDataSourceFreeTrial < Struct.new( :scan_ec2_instance_with_findings) SENSITIVE = [] include Aws::Structure end  |