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.
7195 7196 7197 7198 7199 7200 7201 7202 7203 7204 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 7195 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.
7195 7196 7197 7198 7199 7200 7201 7202 7203 7204 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 7195 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.
7195 7196 7197 7198 7199 7200 7201 7202 7203 7204 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 7195 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.
7195 7196 7197 7198 7199 7200 7201 7202 7203 7204 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 7195 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.
7195 7196 7197 7198 7199 7200 7201 7202 7203 7204 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 7195 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).
7195 7196 7197 7198 7199 7200 7201 7202 7203 7204 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 7195 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 |