Class: Aws::GuardDuty::Types::UnprocessedDataSourcesResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GuardDuty::Types::UnprocessedDataSourcesResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-guardduty/types.rb
 
Overview
Specifies the names of the data sources that couldn’t be enabled.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #malware_protection  ⇒ Types::MalwareProtectionConfigurationResult 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An object that contains information on the status of all Malware Protection data sources.
 
Instance Attribute Details
#malware_protection ⇒ Types::MalwareProtectionConfigurationResult
An object that contains information on the status of all Malware Protection data sources.
      8546 8547 8548 8549 8550  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 8546 class UnprocessedDataSourcesResult < Struct.new( :malware_protection) SENSITIVE = [] include Aws::Structure end  |