Class: Aws::Types::ScanResult
- Inherits:
-
Object
- Object
- Aws::Types::ScanResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#findings ⇒ ::Array[("MALWARE")]
Returns the value of attribute findings.
-
#last_scan_timestamp ⇒ ::Time
Returns the value of attribute last_scan_timestamp.
-
#malware_scanner ⇒ "GUARDDUTY"
Returns the value of attribute malware_scanner.
-
#scan_job_state ⇒ "COMPLETED", ...
Returns the value of attribute scan_job_state.
Instance Attribute Details
#findings ⇒ ::Array[("MALWARE")]
Returns the value of attribute findings.
2112 2113 2114 |
# File 'sig/types.rbs', line 2112 def findings @findings end |
#last_scan_timestamp ⇒ ::Time
Returns the value of attribute last_scan_timestamp.
2111 2112 2113 |
# File 'sig/types.rbs', line 2111 def @last_scan_timestamp end |
#malware_scanner ⇒ "GUARDDUTY"
Returns the value of attribute malware_scanner.
2109 2110 2111 |
# File 'sig/types.rbs', line 2109 def malware_scanner @malware_scanner end |
#scan_job_state ⇒ "COMPLETED", ...
Returns the value of attribute scan_job_state.
2110 2111 2112 |
# File 'sig/types.rbs', line 2110 def scan_job_state @scan_job_state end |