Class: Aws::Types::MalwareProtectionConfigurationResult
- Inherits:
-
Object
- Object
- Aws::Types::MalwareProtectionConfigurationResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#scan_ec2_instance_with_findings ⇒ Types::ScanEc2InstanceWithFindingsResult
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::ScanEc2InstanceWithFindingsResult
Returns the value of attribute scan_ec2_instance_with_findings.
2105 2106 2107 |
# File 'sig/types.rbs', line 2105 def scan_ec2_instance_with_findings @scan_ec2_instance_with_findings end |
#service_role ⇒ ::String
Returns the value of attribute service_role.
2106 2107 2108 |
# File 'sig/types.rbs', line 2106 def service_role @service_role end |