Class: Aws::GuardDuty::Types::EbsVolumeScanDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::EbsVolumeScanDetails
- 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
-
#scan_completed_at ⇒ Time
Returns the completion date and time of the malware scan.
-
#scan_detections ⇒ Types::ScanDetections
Contains a complete view providing malware scan result details.
-
#scan_id ⇒ String
Unique Id of the malware scan that generated the finding.
-
#scan_started_at ⇒ Time
Returns the start date and time of the malware scan.
-
#scan_type ⇒ String
Specifies the scan type that invoked the malware scan.
-
#sources ⇒ Array<String>
Contains list of threat intelligence sources used to detect threats.
-
#trigger_finding_id ⇒ String
GuardDuty finding ID that triggered a malware scan.
Instance Attribute Details
#scan_completed_at ⇒ Time
Returns the completion date and time of the malware scan.
3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 |
# File 'lib/aws-sdk-guardduty/types.rb', line 3001 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_detections ⇒ Types::ScanDetections
Contains a complete view providing malware scan result details.
3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 |
# File 'lib/aws-sdk-guardduty/types.rb', line 3001 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_id ⇒ String
Unique Id of the malware scan that generated the finding.
3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 |
# File 'lib/aws-sdk-guardduty/types.rb', line 3001 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_at ⇒ Time
Returns the start date and time of the malware scan.
3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 |
# File 'lib/aws-sdk-guardduty/types.rb', line 3001 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_type ⇒ String
Specifies the scan type that invoked the malware scan.
3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 |
# File 'lib/aws-sdk-guardduty/types.rb', line 3001 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 |
#sources ⇒ Array<String>
Contains list of threat intelligence sources used to detect threats.
3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 |
# File 'lib/aws-sdk-guardduty/types.rb', line 3001 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_id ⇒ String
GuardDuty finding ID that triggered a malware scan.
3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 |
# File 'lib/aws-sdk-guardduty/types.rb', line 3001 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 |