Class: Aws::Backup::Types::ScanJobSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::ScanJobSummary
- Defined in:
- gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb
Overview
Contains summary information about scan jobs, including counts and metadata for a specific time period and criteria.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The account ID that owns the scan jobs included in this summary.
-
#count ⇒ Integer
The number of scan jobs that match the specified criteria.
-
#end_time ⇒ Time
The value of time in number format of a job end time.
-
#malware_scanner ⇒ String
Specifies the malware scanner used during the scan job.
-
#region ⇒ String
The Amazon Web Services Region where the scan jobs were executed.
-
#resource_type ⇒ String
The type of Amazon Web Services resource for the scan jobs included in this summary.
-
#scan_result_status ⇒ String
The scan result status for the scan jobs included in this summary.
-
#start_time ⇒ Time
The value of time in number format of a job start time.
-
#state ⇒ String
The state of the scan jobs included in this summary.
Instance Attribute Details
#account_id ⇒ String
The account ID that owns the scan jobs included in this summary.
9945 9946 9947 9948 9949 9950 9951 9952 9953 9954 9955 9956 9957 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 9945 class ScanJobSummary < Struct.new( :region, :account_id, :state, :resource_type, :count, :start_time, :end_time, :malware_scanner, :scan_result_status) SENSITIVE = [] include Aws::Structure end |
#count ⇒ Integer
The number of scan jobs that match the specified criteria.
9945 9946 9947 9948 9949 9950 9951 9952 9953 9954 9955 9956 9957 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 9945 class ScanJobSummary < Struct.new( :region, :account_id, :state, :resource_type, :count, :start_time, :end_time, :malware_scanner, :scan_result_status) SENSITIVE = [] include Aws::Structure end |
#end_time ⇒ Time
The value of time in number format of a job end time.
This value is the time in Unix format, Coordinated Universal Time (UTC), and accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
9945 9946 9947 9948 9949 9950 9951 9952 9953 9954 9955 9956 9957 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 9945 class ScanJobSummary < Struct.new( :region, :account_id, :state, :resource_type, :count, :start_time, :end_time, :malware_scanner, :scan_result_status) SENSITIVE = [] include Aws::Structure end |
#malware_scanner ⇒ String
Specifies the malware scanner used during the scan job. Currently
only supports GUARDDUTY.
9945 9946 9947 9948 9949 9950 9951 9952 9953 9954 9955 9956 9957 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 9945 class ScanJobSummary < Struct.new( :region, :account_id, :state, :resource_type, :count, :start_time, :end_time, :malware_scanner, :scan_result_status) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
The Amazon Web Services Region where the scan jobs were executed.
9945 9946 9947 9948 9949 9950 9951 9952 9953 9954 9955 9956 9957 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 9945 class ScanJobSummary < Struct.new( :region, :account_id, :state, :resource_type, :count, :start_time, :end_time, :malware_scanner, :scan_result_status) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of Amazon Web Services resource for the scan jobs included in this summary.
9945 9946 9947 9948 9949 9950 9951 9952 9953 9954 9955 9956 9957 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 9945 class ScanJobSummary < Struct.new( :region, :account_id, :state, :resource_type, :count, :start_time, :end_time, :malware_scanner, :scan_result_status) SENSITIVE = [] include Aws::Structure end |
#scan_result_status ⇒ String
The scan result status for the scan jobs included in this summary.
Valid values: THREATS_FOUND | NO_THREATS_FOUND.
9945 9946 9947 9948 9949 9950 9951 9952 9953 9954 9955 9956 9957 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 9945 class ScanJobSummary < Struct.new( :region, :account_id, :state, :resource_type, :count, :start_time, :end_time, :malware_scanner, :scan_result_status) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The value of time in number format of a job start time.
This value is the time in Unix format, Coordinated Universal Time (UTC), and accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
9945 9946 9947 9948 9949 9950 9951 9952 9953 9954 9955 9956 9957 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 9945 class ScanJobSummary < Struct.new( :region, :account_id, :state, :resource_type, :count, :start_time, :end_time, :malware_scanner, :scan_result_status) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The state of the scan jobs included in this summary.
Valid values: CREATED | RUNNING | COMPLETED |
COMPLETED_WITH_ISSUES | FAILED | CANCELED.
9945 9946 9947 9948 9949 9950 9951 9952 9953 9954 9955 9956 9957 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 9945 class ScanJobSummary < Struct.new( :region, :account_id, :state, :resource_type, :count, :start_time, :end_time, :malware_scanner, :scan_result_status) SENSITIVE = [] include Aws::Structure end |