Class: Aws::GuardDuty::Types::GetMalwareScanResultDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::GetMalwareScanResultDetails
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Contains information about the results of the malware scan.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failed_file_count ⇒ Integer
The total number of files that failed to be scanned.
-
#scan_result_status ⇒ String
Status indicating whether threats were found for a completed scan.
-
#skipped_file_count ⇒ Integer
The total number of files that were skipped during the scan.
-
#threat_found_file_count ⇒ Integer
The total number of files in which threats were detected.
-
#threats ⇒ Array<Types::ScanResultThreat>
The threats that were detected during the malware scan.
-
#total_bytes ⇒ Integer
The total number of bytes that were scanned.
-
#total_file_count ⇒ Integer
The total number of files that were processed during the scan.
-
#unique_threat_count ⇒ Integer
The total number of unique threats that were detected during the scan.
Instance Attribute Details
#failed_file_count ⇒ Integer
The total number of files that failed to be scanned.
4746 4747 4748 4749 4750 4751 4752 4753 4754 4755 4756 4757 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4746 class GetMalwareScanResultDetails < Struct.new( :scan_result_status, :skipped_file_count, :failed_file_count, :threat_found_file_count, :total_file_count, :total_bytes, :unique_threat_count, :threats) SENSITIVE = [] include Aws::Structure end |
#scan_result_status ⇒ String
Status indicating whether threats were found for a completed scan.
4746 4747 4748 4749 4750 4751 4752 4753 4754 4755 4756 4757 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4746 class GetMalwareScanResultDetails < Struct.new( :scan_result_status, :skipped_file_count, :failed_file_count, :threat_found_file_count, :total_file_count, :total_bytes, :unique_threat_count, :threats) SENSITIVE = [] include Aws::Structure end |
#skipped_file_count ⇒ Integer
The total number of files that were skipped during the scan.
4746 4747 4748 4749 4750 4751 4752 4753 4754 4755 4756 4757 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4746 class GetMalwareScanResultDetails < Struct.new( :scan_result_status, :skipped_file_count, :failed_file_count, :threat_found_file_count, :total_file_count, :total_bytes, :unique_threat_count, :threats) SENSITIVE = [] include Aws::Structure end |
#threat_found_file_count ⇒ Integer
The total number of files in which threats were detected.
4746 4747 4748 4749 4750 4751 4752 4753 4754 4755 4756 4757 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4746 class GetMalwareScanResultDetails < Struct.new( :scan_result_status, :skipped_file_count, :failed_file_count, :threat_found_file_count, :total_file_count, :total_bytes, :unique_threat_count, :threats) SENSITIVE = [] include Aws::Structure end |
#threats ⇒ Array<Types::ScanResultThreat>
The threats that were detected during the malware scan.
4746 4747 4748 4749 4750 4751 4752 4753 4754 4755 4756 4757 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4746 class GetMalwareScanResultDetails < Struct.new( :scan_result_status, :skipped_file_count, :failed_file_count, :threat_found_file_count, :total_file_count, :total_bytes, :unique_threat_count, :threats) SENSITIVE = [] include Aws::Structure end |
#total_bytes ⇒ Integer
The total number of bytes that were scanned.
4746 4747 4748 4749 4750 4751 4752 4753 4754 4755 4756 4757 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4746 class GetMalwareScanResultDetails < Struct.new( :scan_result_status, :skipped_file_count, :failed_file_count, :threat_found_file_count, :total_file_count, :total_bytes, :unique_threat_count, :threats) SENSITIVE = [] include Aws::Structure end |
#total_file_count ⇒ Integer
The total number of files that were processed during the scan.
4746 4747 4748 4749 4750 4751 4752 4753 4754 4755 4756 4757 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4746 class GetMalwareScanResultDetails < Struct.new( :scan_result_status, :skipped_file_count, :failed_file_count, :threat_found_file_count, :total_file_count, :total_bytes, :unique_threat_count, :threats) SENSITIVE = [] include Aws::Structure end |
#unique_threat_count ⇒ Integer
The total number of unique threats that were detected during the scan.
4746 4747 4748 4749 4750 4751 4752 4753 4754 4755 4756 4757 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4746 class GetMalwareScanResultDetails < Struct.new( :scan_result_status, :skipped_file_count, :failed_file_count, :threat_found_file_count, :total_file_count, :total_bytes, :unique_threat_count, :threats) SENSITIVE = [] include Aws::Structure end |