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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/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.



7502
7503
7504
7505
7506
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7502

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