Class: Aws::Types::AggregatedScanResult
- Inherits:
-
Object
- Object
- Aws::Types::AggregatedScanResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#failed_scan ⇒ Boolean
Returns the value of attribute failed_scan.
-
#findings ⇒ ::Array[("MALWARE")]
Returns the value of attribute findings.
-
#last_computed ⇒ ::Time
Returns the value of attribute last_computed.
Instance Attribute Details
#failed_scan ⇒ Boolean
Returns the value of attribute failed_scan.
18 19 20 |
# File 'sig/types.rbs', line 18 def failed_scan @failed_scan end |
#findings ⇒ ::Array[("MALWARE")]
Returns the value of attribute findings.
19 20 21 |
# File 'sig/types.rbs', line 19 def findings @findings end |
#last_computed ⇒ ::Time
Returns the value of attribute last_computed.
20 21 22 |
# File 'sig/types.rbs', line 20 def last_computed @last_computed end |