Class: Aws::GuardDuty::Types::EbsVolumeScanDetails

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-guardduty/types.rb

Overview

Contains details from the malware scan that created a finding.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#scan_completed_atTime

Returns the completion date and time of the malware scan.

Returns:

  • (Time)


1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
# File 'lib/aws-sdk-guardduty/types.rb', line 1916

class EbsVolumeScanDetails < Struct.new(
  :scan_id,
  :scan_started_at,
  :scan_completed_at,
  :trigger_finding_id,
  :sources,
  :scan_detections)
  SENSITIVE = []
  include Aws::Structure
end

#scan_detectionsTypes::ScanDetections

Contains a complete view providing malware scan result details.



1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
# File 'lib/aws-sdk-guardduty/types.rb', line 1916

class EbsVolumeScanDetails < Struct.new(
  :scan_id,
  :scan_started_at,
  :scan_completed_at,
  :trigger_finding_id,
  :sources,
  :scan_detections)
  SENSITIVE = []
  include Aws::Structure
end

#scan_idString

Unique Id of the malware scan that generated the finding.

Returns:

  • (String)


1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
# File 'lib/aws-sdk-guardduty/types.rb', line 1916

class EbsVolumeScanDetails < Struct.new(
  :scan_id,
  :scan_started_at,
  :scan_completed_at,
  :trigger_finding_id,
  :sources,
  :scan_detections)
  SENSITIVE = []
  include Aws::Structure
end

#scan_started_atTime

Returns the start date and time of the malware scan.

Returns:

  • (Time)


1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
# File 'lib/aws-sdk-guardduty/types.rb', line 1916

class EbsVolumeScanDetails < Struct.new(
  :scan_id,
  :scan_started_at,
  :scan_completed_at,
  :trigger_finding_id,
  :sources,
  :scan_detections)
  SENSITIVE = []
  include Aws::Structure
end

#sourcesArray<String>

Contains list of threat intelligence sources used to detect threats.

Returns:

  • (Array<String>)


1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
# File 'lib/aws-sdk-guardduty/types.rb', line 1916

class EbsVolumeScanDetails < Struct.new(
  :scan_id,
  :scan_started_at,
  :scan_completed_at,
  :trigger_finding_id,
  :sources,
  :scan_detections)
  SENSITIVE = []
  include Aws::Structure
end

#trigger_finding_idString

GuardDuty finding ID that triggered a malware scan.

Returns:

  • (String)


1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
# File 'lib/aws-sdk-guardduty/types.rb', line 1916

class EbsVolumeScanDetails < Struct.new(
  :scan_id,
  :scan_started_at,
  :scan_completed_at,
  :trigger_finding_id,
  :sources,
  :scan_detections)
  SENSITIVE = []
  include Aws::Structure
end