Class: Aws::GuardDuty::Types::GetMalwareScanResultDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#failed_file_countInteger

The total number of files that failed to be scanned.

Returns:

  • (Integer)


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_statusString

Status indicating whether threats were found for a completed scan.

Returns:

  • (String)


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_countInteger

The total number of files that were skipped during the scan.

Returns:

  • (Integer)


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_countInteger

The total number of files in which threats were detected.

Returns:

  • (Integer)


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

#threatsArray<Types::ScanResultThreat>

The threats that were detected during the malware scan.

Returns:



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_bytesInteger

The total number of bytes that were scanned.

Returns:

  • (Integer)


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_countInteger

The total number of files that were processed during the scan.

Returns:

  • (Integer)


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_countInteger

The total number of unique threats that were detected during the scan.

Returns:

  • (Integer)


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