Class: Aws::GuardDuty::Types::OrganizationMalwareProtectionConfigurationResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-guardduty/types.rb

Overview

An object that contains information on the status of all Malware Protection data source for an organization.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#scan_ec2_instance_with_findingsTypes::OrganizationScanEc2InstanceWithFindingsResult

Describes the configuration for scanning EC2 instances with findings for an organization.



5359
5360
5361
5362
5363
# File 'lib/aws-sdk-guardduty/types.rb', line 5359

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