Class: Aws::GuardDuty::Types::MalwareProtectionConfiguration

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

Overview

Describes whether Malware Protection will be enabled as a data source.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#scan_ec2_instance_with_findingsTypes::ScanEc2InstanceWithFindings

Describes the configuration of Malware Protection for EC2 instances with findings.



5109
5110
5111
5112
5113
# File 'lib/aws-sdk-guardduty/types.rb', line 5109

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