Class: Aws::Backup::Types::ListScanJobsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::ListScanJobsInput
- Defined in:
- gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#by_account_id ⇒ String
The account ID to list the jobs from.
-
#by_backup_vault_name ⇒ String
Returns only scan jobs that will be stored in the specified backup vault.
-
#by_complete_after ⇒ Time
Returns only scan jobs completed after a date expressed in Unix format and Coordinated Universal Time (UTC).
-
#by_complete_before ⇒ Time
Returns only backup jobs completed before a date expressed in Unix format and Coordinated Universal Time (UTC).
-
#by_malware_scanner ⇒ String
Returns only the scan jobs for the specified malware scanner.
-
#by_recovery_point_arn ⇒ String
Returns only the scan jobs that are ran against the specified recovery point.
-
#by_resource_arn ⇒ String
Returns only scan jobs that match the specified resource Amazon Resource Name (ARN).
-
#by_resource_type ⇒ String
Returns restore testing selections by the specified restore testing plan name.
-
#by_scan_result_status ⇒ String
Returns only the scan jobs for the specified scan results:.
-
#by_state ⇒ String
Returns only the scan jobs for the specified scanning job state.
-
#max_results ⇒ Integer
The maximum number of items to be returned.
-
#next_token ⇒ String
The next item following a partial list of returned items.
Instance Attribute Details
#by_account_id ⇒ String
The account ID to list the jobs from. Returns only backup jobs associated with the specified account ID.
If used from an Amazon Web Services Organizations management
account, passing * returns all jobs across the organization.
Pattern: ^[0-9]{12}$
7637 7638 7639 7640 7641 7642 7643 7644 7645 7646 7647 7648 7649 7650 7651 7652 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 7637 class ListScanJobsInput < Struct.new( :by_account_id, :by_backup_vault_name, :by_complete_after, :by_complete_before, :by_malware_scanner, :by_recovery_point_arn, :by_resource_arn, :by_resource_type, :by_scan_result_status, :by_state, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#by_backup_vault_name ⇒ String
Returns only scan jobs that will be stored in the specified backup vault. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created.
Pattern: ^[a-zA-Z0-9\-\_\.]{2,50}$
7637 7638 7639 7640 7641 7642 7643 7644 7645 7646 7647 7648 7649 7650 7651 7652 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 7637 class ListScanJobsInput < Struct.new( :by_account_id, :by_backup_vault_name, :by_complete_after, :by_complete_before, :by_malware_scanner, :by_recovery_point_arn, :by_resource_arn, :by_resource_type, :by_scan_result_status, :by_state, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#by_complete_after ⇒ Time
Returns only scan jobs completed after a date expressed in Unix format and Coordinated Universal Time (UTC).
7637 7638 7639 7640 7641 7642 7643 7644 7645 7646 7647 7648 7649 7650 7651 7652 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 7637 class ListScanJobsInput < Struct.new( :by_account_id, :by_backup_vault_name, :by_complete_after, :by_complete_before, :by_malware_scanner, :by_recovery_point_arn, :by_resource_arn, :by_resource_type, :by_scan_result_status, :by_state, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#by_complete_before ⇒ Time
Returns only backup jobs completed before a date expressed in Unix format and Coordinated Universal Time (UTC).
7637 7638 7639 7640 7641 7642 7643 7644 7645 7646 7647 7648 7649 7650 7651 7652 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 7637 class ListScanJobsInput < Struct.new( :by_account_id, :by_backup_vault_name, :by_complete_after, :by_complete_before, :by_malware_scanner, :by_recovery_point_arn, :by_resource_arn, :by_resource_type, :by_scan_result_status, :by_state, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#by_malware_scanner ⇒ String
Returns only the scan jobs for the specified malware scanner.
Currently only supports GUARDDUTY.
7637 7638 7639 7640 7641 7642 7643 7644 7645 7646 7647 7648 7649 7650 7651 7652 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 7637 class ListScanJobsInput < Struct.new( :by_account_id, :by_backup_vault_name, :by_complete_after, :by_complete_before, :by_malware_scanner, :by_recovery_point_arn, :by_resource_arn, :by_resource_type, :by_scan_result_status, :by_state, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#by_recovery_point_arn ⇒ String
Returns only the scan jobs that are ran against the specified recovery point.
7637 7638 7639 7640 7641 7642 7643 7644 7645 7646 7647 7648 7649 7650 7651 7652 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 7637 class ListScanJobsInput < Struct.new( :by_account_id, :by_backup_vault_name, :by_complete_after, :by_complete_before, :by_malware_scanner, :by_recovery_point_arn, :by_resource_arn, :by_resource_type, :by_scan_result_status, :by_state, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#by_resource_arn ⇒ String
Returns only scan jobs that match the specified resource Amazon Resource Name (ARN).
7637 7638 7639 7640 7641 7642 7643 7644 7645 7646 7647 7648 7649 7650 7651 7652 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 7637 class ListScanJobsInput < Struct.new( :by_account_id, :by_backup_vault_name, :by_complete_after, :by_complete_before, :by_malware_scanner, :by_recovery_point_arn, :by_resource_arn, :by_resource_type, :by_scan_result_status, :by_state, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#by_resource_type ⇒ String
Returns restore testing selections by the specified restore testing plan name.
EBSfor Amazon Elastic Block StoreEC2for Amazon Elastic Compute CloudS3for Amazon Simple Storage Service (Amazon S3)
Pattern: ^[a-zA-Z0-9\-\_\.]{1,50}$
7637 7638 7639 7640 7641 7642 7643 7644 7645 7646 7647 7648 7649 7650 7651 7652 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 7637 class ListScanJobsInput < Struct.new( :by_account_id, :by_backup_vault_name, :by_complete_after, :by_complete_before, :by_malware_scanner, :by_recovery_point_arn, :by_resource_arn, :by_resource_type, :by_scan_result_status, :by_state, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#by_scan_result_status ⇒ String
Returns only the scan jobs for the specified scan results:
THREATS_FOUNDNO_THREATS_FOUND
7637 7638 7639 7640 7641 7642 7643 7644 7645 7646 7647 7648 7649 7650 7651 7652 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 7637 class ListScanJobsInput < Struct.new( :by_account_id, :by_backup_vault_name, :by_complete_after, :by_complete_before, :by_malware_scanner, :by_recovery_point_arn, :by_resource_arn, :by_resource_type, :by_scan_result_status, :by_state, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#by_state ⇒ String
Returns only the scan jobs for the specified scanning job state.
7637 7638 7639 7640 7641 7642 7643 7644 7645 7646 7647 7648 7649 7650 7651 7652 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 7637 class ListScanJobsInput < Struct.new( :by_account_id, :by_backup_vault_name, :by_complete_after, :by_complete_before, :by_malware_scanner, :by_recovery_point_arn, :by_resource_arn, :by_resource_type, :by_scan_result_status, :by_state, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of items to be returned.
Valid Range: Minimum value of 1. Maximum value of 1000.
7637 7638 7639 7640 7641 7642 7643 7644 7645 7646 7647 7648 7649 7650 7651 7652 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 7637 class ListScanJobsInput < Struct.new( :by_account_id, :by_backup_vault_name, :by_complete_after, :by_complete_before, :by_malware_scanner, :by_recovery_point_arn, :by_resource_arn, :by_resource_type, :by_scan_result_status, :by_state, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The next item following a partial list of returned items. For
example, if a request is made to return MaxResults number of
items, NextToken allows you to return more items in your list
starting at the location pointed to by the next token.
7637 7638 7639 7640 7641 7642 7643 7644 7645 7646 7647 7648 7649 7650 7651 7652 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 7637 class ListScanJobsInput < Struct.new( :by_account_id, :by_backup_vault_name, :by_complete_after, :by_complete_before, :by_malware_scanner, :by_recovery_point_arn, :by_resource_arn, :by_resource_type, :by_scan_result_status, :by_state, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |