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

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



5910
5911
5912
5913
5914
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5910

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