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.
5559 5560 5561 5562 5563 5564 5565 5566 5567 5568 5569 |
# File 'lib/aws-sdk-backup/types.rb', line 5559 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.
5559 5560 5561 5562 5563 5564 5565 5566 5567 5568 5569 |
# File 'lib/aws-sdk-backup/types.rb', line 5559 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.
5559 5560 5561 5562 5563 5564 5565 5566 5567 5568 5569 |
# File 'lib/aws-sdk-backup/types.rb', line 5559 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.
5559 5560 5561 5562 5563 5564 5565 5566 5567 5568 5569 |
# File 'lib/aws-sdk-backup/types.rb', line 5559 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.
5559 5560 5561 5562 5563 5564 5565 5566 5567 5568 5569 |
# File 'lib/aws-sdk-backup/types.rb', line 5559 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:
-
‘EBS` for Amazon Elastic Block Store
-
‘S3` for Amazon Simple Storage Service (Amazon S3)
5559 5560 5561 5562 5563 5564 5565 5566 5567 5568 5569 |
# File 'lib/aws-sdk-backup/types.rb', line 5559 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.
5559 5560 5561 5562 5563 5564 5565 5566 5567 5568 5569 |
# File 'lib/aws-sdk-backup/types.rb', line 5559 class ListIndexedRecoveryPointsInput < Struct.new( :next_token, :max_results, :source_resource_arn, :created_before, :created_after, :resource_type, :index_status) SENSITIVE = [] include Aws::Structure end |