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.
2904 2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 |
# File 'lib/aws-sdk-guardduty/types.rb', line 2904 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.
2904 2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 |
# File 'lib/aws-sdk-guardduty/types.rb', line 2904 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.
2904 2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 |
# File 'lib/aws-sdk-guardduty/types.rb', line 2904 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.
2904 2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 |
# File 'lib/aws-sdk-guardduty/types.rb', line 2904 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.
2904 2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 |
# File 'lib/aws-sdk-guardduty/types.rb', line 2904 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.
2904 2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 |
# File 'lib/aws-sdk-guardduty/types.rb', line 2904 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.
2904 2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 |
# File 'lib/aws-sdk-guardduty/types.rb', line 2904 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 |