/AWS1/CL_R5ALISTPLANSINRGNRSP¶
ListPlansInRegionResponse
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
it_plans
TYPE /AWS1/CL_R5AABBREVIATEDPLAN=>TT_PLANLIST
TT_PLANLIST
¶
The plans that were requested.
iv_nexttoken
TYPE /AWS1/R5ANEXTTOKEN
/AWS1/R5ANEXTTOKEN
¶
Specifies that you want to receive the next page of results. Valid only if you received a
nextToken
response in the previous request. If you did, it indicates that more output is available. Set this parameter to the value provided by the previous call'snextToken
response to request the next page of results.
Queryable Attributes¶
plans¶
The plans that were requested.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PLANS() |
Getter for PLANS, with configurable default |
ASK_PLANS() |
Getter for PLANS w/ exceptions if field has no value |
HAS_PLANS() |
Determine if PLANS has a value |
nextToken¶
Specifies that you want to receive the next page of results. Valid only if you received a
nextToken
response in the previous request. If you did, it indicates that more output is available. Set this parameter to the value provided by the previous call'snextToken
response to request the next page of results.
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 |