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.



3986
3987
3988
3989
3990
# File 'lib/aws-sdk-guardduty/types.rb', line 3986

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