Class: Aws::GuardDuty::Types::OrganizationMalwareProtectionConfiguration

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

Overview

Organization-wide Malware Protection configurations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#scan_ec2_instance_with_findingsTypes::OrganizationScanEc2InstanceWithFindings

Whether Malware Protection for EC2 instances with findings should be auto-enabled for new members joining the organization.



4523
4524
4525
4526
4527
# File 'lib/aws-sdk-guardduty/types.rb', line 4523

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