Class: Aws::Types::GetPITRMalwareScanResultsOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetPITRMalwareScanResultsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#last_scan_job_time ⇒ ::Time
Returns the value of attribute last_scan_job_time.
-
#scan_end_time ⇒ ::Time
Returns the value of attribute scan_end_time.
-
#scan_id ⇒ ::String
Returns the value of attribute scan_id.
-
#scan_mode ⇒ "FULL_SCAN", "INCREMENTAL_SCAN"
Returns the value of attribute scan_mode.
-
#scan_result ⇒ Types::ScanResultInfo
Returns the value of attribute scan_result.
Instance Attribute Details
#last_scan_job_time ⇒ ::Time
Returns the value of attribute last_scan_job_time.
1014 1015 1016 |
# File 'sig/types.rbs', line 1014 def last_scan_job_time @last_scan_job_time end |
#scan_end_time ⇒ ::Time
Returns the value of attribute scan_end_time.
1012 1013 1014 |
# File 'sig/types.rbs', line 1012 def scan_end_time @scan_end_time end |
#scan_id ⇒ ::String
Returns the value of attribute scan_id.
1015 1016 1017 |
# File 'sig/types.rbs', line 1015 def scan_id @scan_id end |
#scan_mode ⇒ "FULL_SCAN", "INCREMENTAL_SCAN"
Returns the value of attribute scan_mode.
1016 1017 1018 |
# File 'sig/types.rbs', line 1016 def scan_mode @scan_mode end |
#scan_result ⇒ Types::ScanResultInfo
Returns the value of attribute scan_result.
1013 1014 1015 |
# File 'sig/types.rbs', line 1013 def scan_result @scan_result end |