Class: Aws::GuardDuty::Types::OrganizationMalwareProtectionConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::OrganizationMalwareProtectionConfiguration
- 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
-
#scan_ec2_instance_with_findings ⇒ Types::OrganizationScanEc2InstanceWithFindings
Whether Malware Protection for EC2 instances with findings should be auto-enabled for new members joining the organization.
Instance Attribute Details
#scan_ec2_instance_with_findings ⇒ Types::OrganizationScanEc2InstanceWithFindings
Whether Malware Protection for EC2 instances with findings should be auto-enabled for new members joining the organization.
6656 6657 6658 6659 6660 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6656 class OrganizationMalwareProtectionConfiguration < Struct.new( :scan_ec2_instance_with_findings) SENSITIVE = [] include Aws::Structure end |