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

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



5122
5123
5124
5125
5126
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5122

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