Class: Aws::Backup::Types::ListIndexedRecoveryPointsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::ListIndexedRecoveryPointsInput
- Defined in:
- gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_after ⇒ Time
Returns only indexed recovery points that were created after the specified date.
-
#created_before ⇒ Time
Returns only indexed recovery points that were created before the specified date.
-
#index_status ⇒ String
Include this parameter to filter the returned list by the indicated statuses.
-
#max_results ⇒ Integer
The maximum number of resource list items to be returned.
-
#next_token ⇒ String
The next item following a partial list of returned recovery points.
-
#resource_type ⇒ String
Returns a list of indexed recovery points for the specified resource type(s).
-
#source_resource_arn ⇒ String
A string of the Amazon Resource Name (ARN) that uniquely identifies the source resource.
Instance Attribute Details
#created_after ⇒ Time
Returns only indexed recovery points that were created after the specified date.
6487 6488 6489 6490 6491 6492 6493 6494 6495 6496 6497 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 6487 class ListIndexedRecoveryPointsInput < Struct.new( :next_token, :max_results, :source_resource_arn, :created_before, :created_after, :resource_type, :index_status) SENSITIVE = [] include Aws::Structure end |
#created_before ⇒ Time
Returns only indexed recovery points that were created before the specified date.
6487 6488 6489 6490 6491 6492 6493 6494 6495 6496 6497 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 6487 class ListIndexedRecoveryPointsInput < Struct.new( :next_token, :max_results, :source_resource_arn, :created_before, :created_after, :resource_type, :index_status) SENSITIVE = [] include Aws::Structure end |
#index_status ⇒ String
Include this parameter to filter the returned list by the indicated statuses.
Accepted values: PENDING | ACTIVE | FAILED | DELETING
A recovery point with an index that has the status of ACTIVE can
be included in a search.
6487 6488 6489 6490 6491 6492 6493 6494 6495 6496 6497 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 6487 class ListIndexedRecoveryPointsInput < Struct.new( :next_token, :max_results, :source_resource_arn, :created_before, :created_after, :resource_type, :index_status) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of resource list items to be returned.
6487 6488 6489 6490 6491 6492 6493 6494 6495 6496 6497 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 6487 class ListIndexedRecoveryPointsInput < Struct.new( :next_token, :max_results, :source_resource_arn, :created_before, :created_after, :resource_type, :index_status) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The next item following a partial list of returned recovery points.
For example, if a request is made to return MaxResults number of
indexed recovery points, NextToken allows you to return more items
in your list starting at the location pointed to by the next token.
6487 6488 6489 6490 6491 6492 6493 6494 6495 6496 6497 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 6487 class ListIndexedRecoveryPointsInput < Struct.new( :next_token, :max_results, :source_resource_arn, :created_before, :created_after, :resource_type, :index_status) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
Returns a list of indexed recovery points for the specified resource type(s).
Accepted values include:
EBSfor Amazon Elastic Block StoreS3for Amazon Simple Storage Service (Amazon S3)
6487 6488 6489 6490 6491 6492 6493 6494 6495 6496 6497 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 6487 class ListIndexedRecoveryPointsInput < Struct.new( :next_token, :max_results, :source_resource_arn, :created_before, :created_after, :resource_type, :index_status) SENSITIVE = [] include Aws::Structure end |
#source_resource_arn ⇒ String
A string of the Amazon Resource Name (ARN) that uniquely identifies the source resource.
6487 6488 6489 6490 6491 6492 6493 6494 6495 6496 6497 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 6487 class ListIndexedRecoveryPointsInput < Struct.new( :next_token, :max_results, :source_resource_arn, :created_before, :created_after, :resource_type, :index_status) SENSITIVE = [] include Aws::Structure end |