/AWS1/CL_ASCDSCLOADBALANCERS01¶
DescribeLoadBalancersResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_loadbalancers TYPE /AWS1/CL_ASCLOADBALANCERSTATE=>TT_LOADBALANCERSTATES TT_LOADBALANCERSTATES¶
The load balancers.
iv_nexttoken TYPE /AWS1/ASCXMLSTRING /AWS1/ASCXMLSTRING¶
A string that indicates that the response contains more items than can be returned in a single response. To receive additional items, specify this string for the
NextTokenvalue when requesting the next set of items. This value is null when there are no more items to return.
Queryable Attributes¶
LoadBalancers¶
The load balancers.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOADBALANCERS() |
Getter for LOADBALANCERS, with configurable default |
ASK_LOADBALANCERS() |
Getter for LOADBALANCERS w/ exceptions if field has no value |
HAS_LOADBALANCERS() |
Determine if LOADBALANCERS has a value |
NextToken¶
A string that indicates that the response contains more items than can be returned in a single response. To receive additional items, specify this string for the
NextTokenvalue when requesting the next set of items. This value is null when there are no more items 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 |