Class: Aws::GuardDuty::Types::MalwareScan
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::MalwareScan
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Contains information about a particular malware scan.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
Amazon Resource Name (ARN) of the resource for the given malware scan.
-
#resource_type ⇒ String
The type of resource that was scanned for malware.
-
#scan_completed_at ⇒ Time
The timestamp representing when the malware scan was completed.
-
#scan_id ⇒ String
A unique identifier that gets generated when you invoke the API without any error.
-
#scan_result_status ⇒ String
An enum value representing the result of the malware scan.
-
#scan_started_at ⇒ Time
The timestamp representing when the malware scan was started.
-
#scan_status ⇒ String
An enum value representing the current status of the malware scan.
-
#scan_type ⇒ String
An enum value representing the type of scan that was initiated.
Instance Attribute Details
#resource_arn ⇒ String
Amazon Resource Name (ARN) of the resource for the given malware scan.
7446 7447 7448 7449 7450 7451 7452 7453 7454 7455 7456 7457 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7446 class MalwareScan < Struct.new( :resource_arn, :resource_type, :scan_id, :scan_status, :scan_result_status, :scan_type, :scan_started_at, :scan_completed_at) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of resource that was scanned for malware.
7446 7447 7448 7449 7450 7451 7452 7453 7454 7455 7456 7457 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7446 class MalwareScan < Struct.new( :resource_arn, :resource_type, :scan_id, :scan_status, :scan_result_status, :scan_type, :scan_started_at, :scan_completed_at) SENSITIVE = [] include Aws::Structure end |
#scan_completed_at ⇒ Time
The timestamp representing when the malware scan was completed.
7446 7447 7448 7449 7450 7451 7452 7453 7454 7455 7456 7457 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7446 class MalwareScan < Struct.new( :resource_arn, :resource_type, :scan_id, :scan_status, :scan_result_status, :scan_type, :scan_started_at, :scan_completed_at) SENSITIVE = [] include Aws::Structure end |
#scan_id ⇒ String
A unique identifier that gets generated when you invoke the API without any error. Each malware scan has a corresponding scan ID. Using this scan ID, you can monitor the status of your malware scan.
7446 7447 7448 7449 7450 7451 7452 7453 7454 7455 7456 7457 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7446 class MalwareScan < Struct.new( :resource_arn, :resource_type, :scan_id, :scan_status, :scan_result_status, :scan_type, :scan_started_at, :scan_completed_at) SENSITIVE = [] include Aws::Structure end |
#scan_result_status ⇒ String
An enum value representing the result of the malware scan.
7446 7447 7448 7449 7450 7451 7452 7453 7454 7455 7456 7457 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7446 class MalwareScan < Struct.new( :resource_arn, :resource_type, :scan_id, :scan_status, :scan_result_status, :scan_type, :scan_started_at, :scan_completed_at) SENSITIVE = [] include Aws::Structure end |
#scan_started_at ⇒ Time
The timestamp representing when the malware scan was started.
7446 7447 7448 7449 7450 7451 7452 7453 7454 7455 7456 7457 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7446 class MalwareScan < Struct.new( :resource_arn, :resource_type, :scan_id, :scan_status, :scan_result_status, :scan_type, :scan_started_at, :scan_completed_at) SENSITIVE = [] include Aws::Structure end |
#scan_status ⇒ String
An enum value representing the current status of the malware scan.
7446 7447 7448 7449 7450 7451 7452 7453 7454 7455 7456 7457 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7446 class MalwareScan < Struct.new( :resource_arn, :resource_type, :scan_id, :scan_status, :scan_result_status, :scan_type, :scan_started_at, :scan_completed_at) SENSITIVE = [] include Aws::Structure end |
#scan_type ⇒ String
An enum value representing the type of scan that was initiated.
7446 7447 7448 7449 7450 7451 7452 7453 7454 7455 7456 7457 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7446 class MalwareScan < Struct.new( :resource_arn, :resource_type, :scan_id, :scan_status, :scan_result_status, :scan_type, :scan_started_at, :scan_completed_at) SENSITIVE = [] include Aws::Structure end |