/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 |