class Aws::Backup::Types::ListRecoveryPointsByBackupVaultInput

@note When making an API call, you may pass ListRecoveryPointsByBackupVaultInput

data as a hash:

    {
      backup_vault_name: "BackupVaultName", # required
      next_token: "string",
      max_results: 1,
      by_resource_arn: "ARN",
      by_resource_type: "ResourceType",
      by_backup_plan_id: "string",
      by_created_before: Time.now,
      by_created_after: Time.now,
    }

@!attribute [rw] backup_vault_name

The name of a logical container where backups are stored. Backup
vaults are identified by names that are unique to the account used
to create them and the Amazon Web Services Region where they are
created. They consist of lowercase letters, numbers, and hyphens.

<note markdown="1"> Backup vault name might not be available when a supported service
creates the backup.

 </note>
@return [String]

@!attribute [rw] next_token

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.
@return [String]

@!attribute [rw] max_results

The maximum number of items to be returned.
@return [Integer]

@!attribute [rw] by_resource_arn

Returns only recovery points that match the specified resource
Amazon Resource Name (ARN).
@return [String]

@!attribute [rw] by_resource_type

Returns only recovery points that match the specified resource type.
@return [String]

@!attribute [rw] by_backup_plan_id

Returns only recovery points that match the specified backup plan
ID.
@return [String]

@!attribute [rw] by_created_before

Returns only recovery points that were created before the specified
timestamp.
@return [Time]

@!attribute [rw] by_created_after

Returns only recovery points that were created after the specified
timestamp.
@return [Time]

@see docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/ListRecoveryPointsByBackupVaultInput AWS API Documentation

Constants

SENSITIVE