Class: Aws::Types::AwsGuardDutyDetectorDataSourcesMalwareProtectionDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsGuardDutyDetectorDataSourcesMalwareProtectionDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#scan_ec2_instance_with_findings ⇒ Types::AwsGuardDutyDetectorDataSourcesMalwareProtectionScanEc2InstanceWithFindingsDetails
Returns the value of attribute scan_ec2_instance_with_findings.
-
#service_role ⇒ ::String
Returns the value of attribute service_role.
Instance Attribute Details
#scan_ec2_instance_with_findings ⇒ Types::AwsGuardDutyDetectorDataSourcesMalwareProtectionScanEc2InstanceWithFindingsDetails
Returns the value of attribute scan_ec2_instance_with_findings.
2905 2906 2907 |
# File 'sig/types.rbs', line 2905 def scan_ec2_instance_with_findings @scan_ec2_instance_with_findings end |
#service_role ⇒ ::String
Returns the value of attribute service_role.
2906 2907 2908 |
# File 'sig/types.rbs', line 2906 def service_role @service_role end |