Class: Aws::Backup::Types::ListRestoreJobsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::ListRestoreJobsInput
- 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_complete_after ⇒ Time
Returns only copy jobs completed after a date expressed in Unix format and Coordinated Universal Time (UTC).
-
#by_complete_before ⇒ Time
Returns only copy jobs completed before a date expressed in Unix format and Coordinated Universal Time (UTC).
-
#by_created_after ⇒ Time
Returns only restore jobs that were created after the specified date.
-
#by_created_before ⇒ Time
Returns only restore jobs that were created before the specified date.
-
#by_status ⇒ String
Returns only restore jobs associated with the specified job status.
-
#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 restore jobs associated with the specified account ID.
4556 4557 4558 4559 4560 4561 4562 4563 4564 4565 4566 4567 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4556 class ListRestoreJobsInput < Struct.new( :next_token, :max_results, :by_account_id, :by_created_before, :by_created_after, :by_status, :by_complete_before, :by_complete_after) SENSITIVE = [] include Aws::Structure end |
#by_complete_after ⇒ Time
Returns only copy jobs completed after a date expressed in Unix format and Coordinated Universal Time (UTC).
4556 4557 4558 4559 4560 4561 4562 4563 4564 4565 4566 4567 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4556 class ListRestoreJobsInput < Struct.new( :next_token, :max_results, :by_account_id, :by_created_before, :by_created_after, :by_status, :by_complete_before, :by_complete_after) SENSITIVE = [] include Aws::Structure end |
#by_complete_before ⇒ Time
Returns only copy jobs completed before a date expressed in Unix format and Coordinated Universal Time (UTC).
4556 4557 4558 4559 4560 4561 4562 4563 4564 4565 4566 4567 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4556 class ListRestoreJobsInput < Struct.new( :next_token, :max_results, :by_account_id, :by_created_before, :by_created_after, :by_status, :by_complete_before, :by_complete_after) SENSITIVE = [] include Aws::Structure end |
#by_created_after ⇒ Time
Returns only restore jobs that were created after the specified date.
4556 4557 4558 4559 4560 4561 4562 4563 4564 4565 4566 4567 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4556 class ListRestoreJobsInput < Struct.new( :next_token, :max_results, :by_account_id, :by_created_before, :by_created_after, :by_status, :by_complete_before, :by_complete_after) SENSITIVE = [] include Aws::Structure end |
#by_created_before ⇒ Time
Returns only restore jobs that were created before the specified date.
4556 4557 4558 4559 4560 4561 4562 4563 4564 4565 4566 4567 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4556 class ListRestoreJobsInput < Struct.new( :next_token, :max_results, :by_account_id, :by_created_before, :by_created_after, :by_status, :by_complete_before, :by_complete_after) SENSITIVE = [] include Aws::Structure end |
#by_status ⇒ String
Returns only restore jobs associated with the specified job status.
4556 4557 4558 4559 4560 4561 4562 4563 4564 4565 4566 4567 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4556 class ListRestoreJobsInput < Struct.new( :next_token, :max_results, :by_account_id, :by_created_before, :by_created_after, :by_status, :by_complete_before, :by_complete_after) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of items to be returned.
4556 4557 4558 4559 4560 4561 4562 4563 4564 4565 4566 4567 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4556 class ListRestoreJobsInput < Struct.new( :next_token, :max_results, :by_account_id, :by_created_before, :by_created_after, :by_status, :by_complete_before, :by_complete_after) 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.
4556 4557 4558 4559 4560 4561 4562 4563 4564 4565 4566 4567 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4556 class ListRestoreJobsInput < Struct.new( :next_token, :max_results, :by_account_id, :by_created_before, :by_created_after, :by_status, :by_complete_before, :by_complete_after) SENSITIVE = [] include Aws::Structure end |