Class: Aws::GuardDuty::Types::MalwareProtectionConfigurationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::MalwareProtectionConfigurationResult
- Defined in:
- gems/aws-sdk-guardduty/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.
6036 6037 6038 6039 6040 6041 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6036 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.
6036 6037 6038 6039 6040 6041 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6036 class MalwareProtectionConfigurationResult < Struct.new( :scan_ec2_instance_with_findings, :service_role) SENSITIVE = [] include Aws::Structure end |