Class: Aws::Backup::Types::ListRestoreJobsByProtectedResourceInput

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_recovery_point_creation_date_afterTime

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

Returns:

  • (Time)


5904
5905
5906
5907
5908
5909
5910
5911
5912
5913
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 5904

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_beforeTime

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

Returns:

  • (Time)


5904
5905
5906
5907
5908
5909
5910
5911
5912
5913
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 5904

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_statusString

Returns only restore jobs associated with the specified job status.

Returns:

  • (String)


5904
5905
5906
5907
5908
5909
5910
5911
5912
5913
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 5904

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_resultsInteger

The maximum number of items to be returned.

Returns:

  • (Integer)


5904
5905
5906
5907
5908
5909
5910
5911
5912
5913
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 5904

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_tokenString

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.

Returns:

  • (String)


5904
5905
5906
5907
5908
5909
5910
5911
5912
5913
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 5904

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_arnString

Returns only restore jobs that match the specified resource Amazon Resource Name (ARN).

Returns:

  • (String)


5904
5905
5906
5907
5908
5909
5910
5911
5912
5913
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 5904

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