Class: Aws::Backup::Types::ListScanJobsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::ListScanJobsInput
- Includes:
- Structure
- Defined in:
- 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$`
7603 7604 7605 7606 7607 7608 7609 7610 7611 7612 7613 7614 7615 7616 7617 7618 |
# File 'lib/aws-sdk-backup/types.rb', line 7603 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$`
7603 7604 7605 7606 7607 7608 7609 7610 7611 7612 7613 7614 7615 7616 7617 7618 |
# File 'lib/aws-sdk-backup/types.rb', line 7603 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).
7603 7604 7605 7606 7607 7608 7609 7610 7611 7612 7613 7614 7615 7616 7617 7618 |
# File 'lib/aws-sdk-backup/types.rb', line 7603 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).
7603 7604 7605 7606 7607 7608 7609 7610 7611 7612 7613 7614 7615 7616 7617 7618 |
# File 'lib/aws-sdk-backup/types.rb', line 7603 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`.
7603 7604 7605 7606 7607 7608 7609 7610 7611 7612 7613 7614 7615 7616 7617 7618 |
# File 'lib/aws-sdk-backup/types.rb', line 7603 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.
7603 7604 7605 7606 7607 7608 7609 7610 7611 7612 7613 7614 7615 7616 7617 7618 |
# File 'lib/aws-sdk-backup/types.rb', line 7603 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).
7603 7604 7605 7606 7607 7608 7609 7610 7611 7612 7613 7614 7615 7616 7617 7618 |
# File 'lib/aws-sdk-backup/types.rb', line 7603 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.
-
‘EBS`for Amazon Elastic Block Store
-
‘EC2`for Amazon Elastic Compute Cloud
-
‘S3`for Amazon Simple Storage Service (Amazon S3)
Pattern: ‘^[a-zA-Z0-9-_.]1,50$`
7603 7604 7605 7606 7607 7608 7609 7610 7611 7612 7613 7614 7615 7616 7617 7618 |
# File 'lib/aws-sdk-backup/types.rb', line 7603 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_FOUND`
-
‘NO_THREATS_FOUND`
7603 7604 7605 7606 7607 7608 7609 7610 7611 7612 7613 7614 7615 7616 7617 7618 |
# File 'lib/aws-sdk-backup/types.rb', line 7603 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.
7603 7604 7605 7606 7607 7608 7609 7610 7611 7612 7613 7614 7615 7616 7617 7618 |
# File 'lib/aws-sdk-backup/types.rb', line 7603 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.
7603 7604 7605 7606 7607 7608 7609 7610 7611 7612 7613 7614 7615 7616 7617 7618 |
# File 'lib/aws-sdk-backup/types.rb', line 7603 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.
7603 7604 7605 7606 7607 7608 7609 7610 7611 7612 7613 7614 7615 7616 7617 7618 |
# File 'lib/aws-sdk-backup/types.rb', line 7603 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 |