Class: Aws::Types::GetMalwareScanResultDetails
- Inherits:
-
Object
- Object
- Aws::Types::GetMalwareScanResultDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#failed_file_count ⇒ ::Integer
Returns the value of attribute failed_file_count.
-
#scan_result_status ⇒ "NO_THREATS_FOUND", "THREATS_FOUND"
Returns the value of attribute scan_result_status.
-
#skipped_file_count ⇒ ::Integer
Returns the value of attribute skipped_file_count.
-
#threat_found_file_count ⇒ ::Integer
Returns the value of attribute threat_found_file_count.
-
#threats ⇒ ::Array[Types::ScanResultThreat]
Returns the value of attribute threats.
-
#total_bytes ⇒ ::Integer
Returns the value of attribute total_bytes.
-
#total_file_count ⇒ ::Integer
Returns the value of attribute total_file_count.
-
#unique_threat_count ⇒ ::Integer
Returns the value of attribute unique_threat_count.
Instance Attribute Details
#failed_file_count ⇒ ::Integer
Returns the value of attribute failed_file_count.
1413 1414 1415 |
# File 'sig/types.rbs', line 1413 def failed_file_count @failed_file_count end |
#scan_result_status ⇒ "NO_THREATS_FOUND", "THREATS_FOUND"
Returns the value of attribute scan_result_status.
1411 1412 1413 |
# File 'sig/types.rbs', line 1411 def scan_result_status @scan_result_status end |
#skipped_file_count ⇒ ::Integer
Returns the value of attribute skipped_file_count.
1412 1413 1414 |
# File 'sig/types.rbs', line 1412 def skipped_file_count @skipped_file_count end |
#threat_found_file_count ⇒ ::Integer
Returns the value of attribute threat_found_file_count.
1414 1415 1416 |
# File 'sig/types.rbs', line 1414 def threat_found_file_count @threat_found_file_count end |
#threats ⇒ ::Array[Types::ScanResultThreat]
Returns the value of attribute threats.
1418 1419 1420 |
# File 'sig/types.rbs', line 1418 def threats @threats end |
#total_bytes ⇒ ::Integer
Returns the value of attribute total_bytes.
1416 1417 1418 |
# File 'sig/types.rbs', line 1416 def total_bytes @total_bytes end |
#total_file_count ⇒ ::Integer
Returns the value of attribute total_file_count.
1415 1416 1417 |
# File 'sig/types.rbs', line 1415 def total_file_count @total_file_count end |
#unique_threat_count ⇒ ::Integer
Returns the value of attribute unique_threat_count.
1417 1418 1419 |
# File 'sig/types.rbs', line 1417 def unique_threat_count @unique_threat_count end |