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_resource_type ⇒ String
Include this parameter to return only restore jobs for the specified resources:.
-
#by_restore_testing_plan_arn ⇒ String
This returns only restore testing jobs that match the specified resource Amazon Resource Name (ARN).
-
#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.
6010 6011 6012 6013 6014 6015 6016 6017 6018 6019 6020 6021 6022 6023 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 6010 class ListRestoreJobsInput < Struct.new( :next_token, :max_results, :by_account_id, :by_resource_type, :by_created_before, :by_created_after, :by_status, :by_complete_before, :by_complete_after, :by_restore_testing_plan_arn) 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).
6010 6011 6012 6013 6014 6015 6016 6017 6018 6019 6020 6021 6022 6023 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 6010 class ListRestoreJobsInput < Struct.new( :next_token, :max_results, :by_account_id, :by_resource_type, :by_created_before, :by_created_after, :by_status, :by_complete_before, :by_complete_after, :by_restore_testing_plan_arn) 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).
6010 6011 6012 6013 6014 6015 6016 6017 6018 6019 6020 6021 6022 6023 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 6010 class ListRestoreJobsInput < Struct.new( :next_token, :max_results, :by_account_id, :by_resource_type, :by_created_before, :by_created_after, :by_status, :by_complete_before, :by_complete_after, :by_restore_testing_plan_arn) SENSITIVE = [] include Aws::Structure end |
#by_created_after ⇒ Time
Returns only restore jobs that were created after the specified date.
6010 6011 6012 6013 6014 6015 6016 6017 6018 6019 6020 6021 6022 6023 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 6010 class ListRestoreJobsInput < Struct.new( :next_token, :max_results, :by_account_id, :by_resource_type, :by_created_before, :by_created_after, :by_status, :by_complete_before, :by_complete_after, :by_restore_testing_plan_arn) SENSITIVE = [] include Aws::Structure end |
#by_created_before ⇒ Time
Returns only restore jobs that were created before the specified date.
6010 6011 6012 6013 6014 6015 6016 6017 6018 6019 6020 6021 6022 6023 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 6010 class ListRestoreJobsInput < Struct.new( :next_token, :max_results, :by_account_id, :by_resource_type, :by_created_before, :by_created_after, :by_status, :by_complete_before, :by_complete_after, :by_restore_testing_plan_arn) SENSITIVE = [] include Aws::Structure end |
#by_resource_type ⇒ String
Include this parameter to return only restore jobs for the specified resources:
Aurora
for Amazon AuroraCloudFormation
for CloudFormationDocumentDB
for Amazon DocumentDB (with MongoDB compatibility)DynamoDB
for Amazon DynamoDBEBS
for Amazon Elastic Block StoreEC2
for Amazon Elastic Compute CloudEFS
for Amazon Elastic File SystemFSx
for Amazon FSxNeptune
for Amazon NeptuneRDS
for Amazon Relational Database ServiceRedshift
for Amazon RedshiftS3
for Amazon Simple Storage Service (Amazon S3)SAP HANA on Amazon EC2
for SAP HANA databases on Amazon Elastic Compute Cloud instancesStorage Gateway
for Storage GatewayTimestream
for Amazon TimestreamVirtualMachine
for VMware virtual machines
6010 6011 6012 6013 6014 6015 6016 6017 6018 6019 6020 6021 6022 6023 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 6010 class ListRestoreJobsInput < Struct.new( :next_token, :max_results, :by_account_id, :by_resource_type, :by_created_before, :by_created_after, :by_status, :by_complete_before, :by_complete_after, :by_restore_testing_plan_arn) SENSITIVE = [] include Aws::Structure end |
#by_restore_testing_plan_arn ⇒ String
This returns only restore testing jobs that match the specified resource Amazon Resource Name (ARN).
6010 6011 6012 6013 6014 6015 6016 6017 6018 6019 6020 6021 6022 6023 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 6010 class ListRestoreJobsInput < Struct.new( :next_token, :max_results, :by_account_id, :by_resource_type, :by_created_before, :by_created_after, :by_status, :by_complete_before, :by_complete_after, :by_restore_testing_plan_arn) SENSITIVE = [] include Aws::Structure end |
#by_status ⇒ String
Returns only restore jobs associated with the specified job status.
6010 6011 6012 6013 6014 6015 6016 6017 6018 6019 6020 6021 6022 6023 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 6010 class ListRestoreJobsInput < Struct.new( :next_token, :max_results, :by_account_id, :by_resource_type, :by_created_before, :by_created_after, :by_status, :by_complete_before, :by_complete_after, :by_restore_testing_plan_arn) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of items to be returned.
6010 6011 6012 6013 6014 6015 6016 6017 6018 6019 6020 6021 6022 6023 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 6010 class ListRestoreJobsInput < Struct.new( :next_token, :max_results, :by_account_id, :by_resource_type, :by_created_before, :by_created_after, :by_status, :by_complete_before, :by_complete_after, :by_restore_testing_plan_arn) 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.
6010 6011 6012 6013 6014 6015 6016 6017 6018 6019 6020 6021 6022 6023 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 6010 class ListRestoreJobsInput < Struct.new( :next_token, :max_results, :by_account_id, :by_resource_type, :by_created_before, :by_created_after, :by_status, :by_complete_before, :by_complete_after, :by_restore_testing_plan_arn) SENSITIVE = [] include Aws::Structure end |