/AWS1/CL_CGPLISTUSERPLRPLSRSP¶
ListUserPoolReplicasResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_userpoolreplicas TYPE /AWS1/CL_CGPUSERPOOLRPLTYPE=>TT_USERPOOLREPLICALISTTYPE TT_USERPOOLREPLICALISTTYPE¶
A list of user pool replicas, including information about their status, role, and Region.
iv_nexttoken TYPE /AWS1/CGPPAGINATIONKEYTYPE /AWS1/CGPPAGINATIONKEYTYPE¶
A pagination token for retrieving the next page of results. If this value is null, there are no more results to retrieve.
Queryable Attributes¶
UserPoolReplicas¶
A list of user pool replicas, including information about their status, role, and Region.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_USERPOOLREPLICAS() |
Getter for USERPOOLREPLICAS, with configurable default |
ASK_USERPOOLREPLICAS() |
Getter for USERPOOLREPLICAS w/ exceptions if field has no va |
HAS_USERPOOLREPLICAS() |
Determine if USERPOOLREPLICAS has a value |
NextToken¶
A pagination token for retrieving the next page of results. If this value is null, there are no more results to retrieve.
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 |