Class: Aws::GuardDuty::Types::MalwareProtectionConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::MalwareProtectionConfiguration
- 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
-
#scan_ec2_instance_with_findings ⇒ Types::ScanEc2InstanceWithFindings
Describes the configuration of Malware Protection for EC2 instances with findings.
Instance Attribute Details
#scan_ec2_instance_with_findings ⇒ Types::ScanEc2InstanceWithFindings
Describes the configuration of Malware Protection for EC2 instances with findings.
5776 5777 5778 5779 5780 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5776 class MalwareProtectionConfiguration < Struct.new( :scan_ec2_instance_with_findings) SENSITIVE = [] include Aws::Structure end |