Class: Aws::GuardDuty::Types::UnprocessedDataSourcesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::UnprocessedDataSourcesResult
- 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
-
#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.
7338 7339 7340 7341 7342 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7338 class UnprocessedDataSourcesResult < Struct.new( :malware_protection) SENSITIVE = [] include Aws::Structure end |