Skip to content

/AWS1/CL_BUP=>LISTBACKUPPLANS()

About ListBackupPlans

Returns a list of all active backup plans for an authenticated account. The list contains information such as Amazon Resource Names (ARNs), plan IDs, creation and deletion dates, version IDs, plan names, and creator request IDs.

Method Signature

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.

IV_MAXRESULTS TYPE /AWS1/BUPMAXRESULTS /AWS1/BUPMAXRESULTS

The maximum number of items to be returned.

IV_INCLUDEDELETED TYPE /AWS1/BUPBOOLEAN /AWS1/BUPBOOLEAN

A Boolean value with a default value of FALSE that returns deleted backup plans when set to TRUE.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_BUPLISTBACKUPPLANSOUT /AWS1/CL_BUPLISTBACKUPPLANSOUT