Class: Aws::Backup::Types::ListRestoreJobsByProtectedResourceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::ListRestoreJobsByProtectedResourceInput
- Defined in:
- gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#by_recovery_point_creation_date_after ⇒ Time
Returns only restore jobs of recovery points that were created after the specified date.
-
#by_recovery_point_creation_date_before ⇒ Time
Returns only restore jobs of recovery points 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.
-
#resource_arn ⇒ String
Returns only restore jobs that match the specified resource Amazon Resource Name (ARN).
Instance Attribute Details
#by_recovery_point_creation_date_after ⇒ Time
Returns only restore jobs of recovery points that were created after the specified date.
5892 5893 5894 5895 5896 5897 5898 5899 5900 5901 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 5892 class ListRestoreJobsByProtectedResourceInput < Struct.new( :resource_arn, :by_status, :by_recovery_point_creation_date_after, :by_recovery_point_creation_date_before, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#by_recovery_point_creation_date_before ⇒ Time
Returns only restore jobs of recovery points that were created before the specified date.
5892 5893 5894 5895 5896 5897 5898 5899 5900 5901 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 5892 class ListRestoreJobsByProtectedResourceInput < Struct.new( :resource_arn, :by_status, :by_recovery_point_creation_date_after, :by_recovery_point_creation_date_before, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#by_status ⇒ String
Returns only restore jobs associated with the specified job status.
5892 5893 5894 5895 5896 5897 5898 5899 5900 5901 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 5892 class ListRestoreJobsByProtectedResourceInput < Struct.new( :resource_arn, :by_status, :by_recovery_point_creation_date_after, :by_recovery_point_creation_date_before, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of items to be returned.
5892 5893 5894 5895 5896 5897 5898 5899 5900 5901 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 5892 class ListRestoreJobsByProtectedResourceInput < Struct.new( :resource_arn, :by_status, :by_recovery_point_creation_date_after, :by_recovery_point_creation_date_before, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The next item following a partial list of returned items. For
example, if a request ismade 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.
5892 5893 5894 5895 5896 5897 5898 5899 5900 5901 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 5892 class ListRestoreJobsByProtectedResourceInput < Struct.new( :resource_arn, :by_status, :by_recovery_point_creation_date_after, :by_recovery_point_creation_date_before, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
Returns only restore jobs that match the specified resource Amazon Resource Name (ARN).
5892 5893 5894 5895 5896 5897 5898 5899 5900 5901 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 5892 class ListRestoreJobsByProtectedResourceInput < Struct.new( :resource_arn, :by_status, :by_recovery_point_creation_date_after, :by_recovery_point_creation_date_before, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |