class Aws::Backup::Types::ListRestoreJobsInput
@note When making an API call, you may pass ListRestoreJobsInput
data as a hash: { next_token: "string", max_results: 1, by_account_id: "AccountId", by_created_before: Time.now, by_created_after: Time.now, by_status: "PENDING", # accepts PENDING, RUNNING, COMPLETED, ABORTED, FAILED }
@!attribute [rw] next_token
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. @return [String]
@!attribute [rw] max_results
The maximum number of items to be returned. @return [Integer]
@!attribute [rw] by_account_id
The account ID to list the jobs from. Returns only restore jobs associated with the specified account ID. @return [String]
@!attribute [rw] by_created_before
Returns only restore jobs that were created before the specified date. @return [Time]
@!attribute [rw] by_created_after
Returns only restore jobs that were created after the specified date. @return [Time]
@!attribute [rw] by_status
Returns only restore jobs associated with the specified job status. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/ListRestoreJobsInput AWS API Documentation
Constants
- SENSITIVE