/AWS1/CL_BTCDESCRSVCENVSRSP¶
DescribeServiceEnvironmentsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_serviceenvironments TYPE /AWS1/CL_BTCSERVICEENVDETAIL=>TT_SERVICEENVDETAILLIST TT_SERVICEENVDETAILLIST¶
The list of service environments that match the request.
iv_nexttoken TYPE /AWS1/BTCSTRING /AWS1/BTCSTRING¶
The
nextTokenvalue to include in a futureDescribeServiceEnvironmentsrequest. When the results of aDescribeServiceEnvironmentsrequest exceedmaxResults, this value can be used to retrieve the next page of results. This value isnullwhen there are no more results to return.
Queryable Attributes¶
serviceEnvironments¶
The list of service environments that match the request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVICEENVIRONMENTS() |
Getter for SERVICEENVIRONMENTS, with configurable default |
ASK_SERVICEENVIRONMENTS() |
Getter for SERVICEENVIRONMENTS w/ exceptions if field has no |
HAS_SERVICEENVIRONMENTS() |
Determine if SERVICEENVIRONMENTS has a value |
nextToken¶
The
nextTokenvalue to include in a futureDescribeServiceEnvironmentsrequest. When the results of aDescribeServiceEnvironmentsrequest exceedmaxResults, this value can be used to retrieve the next page of results. This value isnullwhen there are no more results to return.
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 |