Skip to content

/AWS1/CL_R5ELISTRECGROUPSRSP

ListRecoveryGroupsResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_NEXTTOKEN TYPE /AWS1/R5E__STRING /AWS1/R5E__STRING

The token that identifies which batch of results you want to see.

IT_RECOVERYGROUPS TYPE /AWS1/CL_R5ERECGROUPOUTPUT=>TT___LISTOFRECOVERYGROUPOUTPUT TT___LISTOFRECOVERYGROUPOUTPUT

A list of recovery groups.


Queryable Attributes

NextToken

The token that identifies which batch of results you want to see.

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

RecoveryGroups

A list of recovery groups.

Accessible with the following methods

Method Description
GET_RECOVERYGROUPS() Getter for RECOVERYGROUPS, with configurable default
ASK_RECOVERYGROUPS() Getter for RECOVERYGROUPS w/ exceptions if field has no valu
HAS_RECOVERYGROUPS() Determine if RECOVERYGROUPS has a value