Class: Aws::Backup::Types::ListIndexedRecoveryPointsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::ListIndexedRecoveryPointsInput
- Includes:
- Structure
- Defined in:
- 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.
6457 6458 6459 6460 6461 6462 6463 6464 6465 6466 6467 |
# File 'lib/aws-sdk-backup/types.rb', line 6457 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.
6457 6458 6459 6460 6461 6462 6463 6464 6465 6466 6467 |
# File 'lib/aws-sdk-backup/types.rb', line 6457 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.
6457 6458 6459 6460 6461 6462 6463 6464 6465 6466 6467 |
# File 'lib/aws-sdk-backup/types.rb', line 6457 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.
6457 6458 6459 6460 6461 6462 6463 6464 6465 6466 6467 |
# File 'lib/aws-sdk-backup/types.rb', line 6457 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.
6457 6458 6459 6460 6461 6462 6463 6464 6465 6466 6467 |
# File 'lib/aws-sdk-backup/types.rb', line 6457 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 Store -
S3for Amazon Simple Storage Service (Amazon S3)
6457 6458 6459 6460 6461 6462 6463 6464 6465 6466 6467 |
# File 'lib/aws-sdk-backup/types.rb', line 6457 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.
6457 6458 6459 6460 6461 6462 6463 6464 6465 6466 6467 |
# File 'lib/aws-sdk-backup/types.rb', line 6457 class ListIndexedRecoveryPointsInput < Struct.new( :next_token, :max_results, :source_resource_arn, :created_before, :created_after, :resource_type, :index_status) SENSITIVE = [] include Aws::Structure end |