Class: Aws::SecurityHub::Types::AwsGuardDutyDetectorDataSourcesMalwareProtectionDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsGuardDutyDetectorDataSourcesMalwareProtectionDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
An object that contains information on the status of Malware Protection as a data source for the detector.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#scan_ec2_instance_with_findings ⇒ Types::AwsGuardDutyDetectorDataSourcesMalwareProtectionScanEc2InstanceWithFindingsDetails
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::AwsGuardDutyDetectorDataSourcesMalwareProtectionScanEc2InstanceWithFindingsDetails
Describes the configuration of Malware Protection for EC2 instances with findings.
13441 13442 13443 13444 13445 13446 |
# File 'lib/aws-sdk-securityhub/types.rb', line 13441 class AwsGuardDutyDetectorDataSourcesMalwareProtectionDetails < Struct.new( :scan_ec2_instance_with_findings, :service_role) SENSITIVE = [] include Aws::Structure end |
#service_role ⇒ String
The GuardDuty Malware Protection service role.
13441 13442 13443 13444 13445 13446 |
# File 'lib/aws-sdk-securityhub/types.rb', line 13441 class AwsGuardDutyDetectorDataSourcesMalwareProtectionDetails < Struct.new( :scan_ec2_instance_with_findings, :service_role) SENSITIVE = [] include Aws::Structure end |