Class: Aws::GuardDuty::Types::MalwareProtectionConfigurationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::MalwareProtectionConfigurationResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
An object that contains information on the status of all Malware Protection data sources.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#scan_ec2_instance_with_findings ⇒ Types::ScanEc2InstanceWithFindingsResult
Describes the configuration of Malware Protection for EC2 instances with findings.
-
#service_role ⇒ String
The GuardDuty Malware Protection service role.
Instance Attribute Details
#scan_ec2_instance_with_findings ⇒ Types::ScanEc2InstanceWithFindingsResult
Describes the configuration of Malware Protection for EC2 instances with findings.
5795 5796 5797 5798 5799 5800 |
# File 'lib/aws-sdk-guardduty/types.rb', line 5795 class MalwareProtectionConfigurationResult < Struct.new( :scan_ec2_instance_with_findings, :service_role) SENSITIVE = [] include Aws::Structure end |
#service_role ⇒ String
The GuardDuty Malware Protection service role.
5795 5796 5797 5798 5799 5800 |
# File 'lib/aws-sdk-guardduty/types.rb', line 5795 class MalwareProtectionConfigurationResult < Struct.new( :scan_ec2_instance_with_findings, :service_role) SENSITIVE = [] include Aws::Structure end |