Class: Aws::Types::ScanSetting
- Inherits:
-
Object
- Object
- Aws::Types::ScanSetting
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#malware_scanner ⇒ "GUARDDUTY"
Returns the value of attribute malware_scanner.
-
#resource_types ⇒ ::Array[::String]
Returns the value of attribute resource_types.
-
#scanner_role_arn ⇒ ::String
Returns the value of attribute scanner_role_arn.
Instance Attribute Details
#malware_scanner ⇒ "GUARDDUTY"
Returns the value of attribute malware_scanner.
2122 2123 2124 |
# File 'sig/types.rbs', line 2122 def malware_scanner @malware_scanner end |
#resource_types ⇒ ::Array[::String]
Returns the value of attribute resource_types.
2123 2124 2125 |
# File 'sig/types.rbs', line 2123 def resource_types @resource_types end |
#scanner_role_arn ⇒ ::String
Returns the value of attribute scanner_role_arn.
2124 2125 2126 |
# File 'sig/types.rbs', line 2124 def scanner_role_arn @scanner_role_arn end |