Skip to content

/AWS1/CL_BUPLSTRECPTSBYRESRC01

ListRecoveryPointsByResourceOutput

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_nexttoken TYPE /AWS1/BUPSTRING /AWS1/BUPSTRING

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.

it_recoverypoints TYPE /AWS1/CL_BUPRECPOINTBYRESOURCE=>TT_RECOVERYPOINTBYRESOURCELIST TT_RECOVERYPOINTBYRESOURCELIST

An array of objects that contain detailed information about recovery points of the specified resource type.

Only Amazon EFS and Amazon EC2 recovery points return BackupVaultName.


Queryable Attributes

NextToken

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.

Accessible with the following methods

Method Description
GET_NEXTTOKEN() Getter for NEXTTOKEN, with configurable default
ASK_NEXTTOKEN() Getter for NEXTTOKEN w/ exceptions if field has no value
HAS_NEXTTOKEN() Determine if NEXTTOKEN has a value

RecoveryPoints

An array of objects that contain detailed information about recovery points of the specified resource type.

Only Amazon EFS and Amazon EC2 recovery points return BackupVaultName.

Accessible with the following methods

Method Description
GET_RECOVERYPOINTS() Getter for RECOVERYPOINTS, with configurable default
ASK_RECOVERYPOINTS() Getter for RECOVERYPOINTS w/ exceptions if field has no valu
HAS_RECOVERYPOINTS() Determine if RECOVERYPOINTS has a value