Class: Aws::Backup::Types::ListRestoreJobsInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#by_account_idString

The account ID to list the jobs from. Returns only restore jobs associated with the specified account ID.

Returns:

  • (String)


6020
6021
6022
6023
6024
6025
6026
6027
6028
6029
6030
6031
6032
6033
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 6020

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_afterTime

Returns only copy jobs completed after a date expressed in Unix format and Coordinated Universal Time (UTC).

Returns:

  • (Time)


6020
6021
6022
6023
6024
6025
6026
6027
6028
6029
6030
6031
6032
6033
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 6020

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_beforeTime

Returns only copy jobs completed before a date expressed in Unix format and Coordinated Universal Time (UTC).

Returns:

  • (Time)


6020
6021
6022
6023
6024
6025
6026
6027
6028
6029
6030
6031
6032
6033
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 6020

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_afterTime

Returns only restore jobs that were created after the specified date.

Returns:

  • (Time)


6020
6021
6022
6023
6024
6025
6026
6027
6028
6029
6030
6031
6032
6033
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 6020

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_beforeTime

Returns only restore jobs that were created before the specified date.

Returns:

  • (Time)


6020
6021
6022
6023
6024
6025
6026
6027
6028
6029
6030
6031
6032
6033
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 6020

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_typeString

Include this parameter to return only restore jobs for the specified resources:

  • Aurora for Amazon Aurora

  • CloudFormation for CloudFormation

  • DocumentDB for Amazon DocumentDB (with MongoDB compatibility)

  • DynamoDB for Amazon DynamoDB

  • EBS for Amazon Elastic Block Store

  • EC2 for Amazon Elastic Compute Cloud

  • EFS for Amazon Elastic File System

  • FSx for Amazon FSx

  • Neptune for Amazon Neptune

  • Redshift for Amazon Redshift

  • RDS for Amazon Relational Database Service

  • SAP HANA on Amazon EC2 for SAP HANA databases

  • Storage Gateway for Storage Gateway

  • S3 for Amazon S3

  • Timestream for Amazon Timestream

  • VirtualMachine for virtual machines

Returns:

  • (String)


6020
6021
6022
6023
6024
6025
6026
6027
6028
6029
6030
6031
6032
6033
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 6020

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_arnString

This returns only restore testing jobs that match the specified resource Amazon Resource Name (ARN).

Returns:

  • (String)


6020
6021
6022
6023
6024
6025
6026
6027
6028
6029
6030
6031
6032
6033
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 6020

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_statusString

Returns only restore jobs associated with the specified job status.

Returns:

  • (String)


6020
6021
6022
6023
6024
6025
6026
6027
6028
6029
6030
6031
6032
6033
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 6020

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_resultsInteger

The maximum number of items to be returned.

Returns:

  • (Integer)


6020
6021
6022
6023
6024
6025
6026
6027
6028
6029
6030
6031
6032
6033
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 6020

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_tokenString

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.

Returns:

  • (String)


6020
6021
6022
6023
6024
6025
6026
6027
6028
6029
6030
6031
6032
6033
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 6020

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