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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/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)


2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2614

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

#scan_detectionsTypes::ScanDetections

Contains a complete view providing malware scan result details.



2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2614

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

#scan_idString

Unique Id of the malware scan that generated the finding.

Returns:

  • (String)


2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2614

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

#scan_started_atTime

Returns the start date and time of the malware scan.

Returns:

  • (Time)


2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2614

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

#scan_typeString

Specifies the scan type that invoked the malware scan.

Returns:

  • (String)


2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2614

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

#sourcesArray<String>

Contains list of threat intelligence sources used to detect threats.

Returns:

  • (Array<String>)


2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2614

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

#trigger_finding_idString

GuardDuty finding ID that triggered a malware scan.

Returns:

  • (String)


2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2614

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