Class: Aws::GuardDuty::Types::UnprocessedDataSourcesResult

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#malware_protectionTypes::MalwareProtectionConfigurationResult

An object that contains information on the status of all Malware Protection data sources.



5801
5802
5803
5804
5805
# File 'lib/aws-sdk-guardduty/types.rb', line 5801

class UnprocessedDataSourcesResult < Struct.new(
  :malware_protection)
  SENSITIVE = []
  include Aws::Structure
end