/AWS1/CL_LMDLISTCAPPVDRSRSP¶
ListCapacityProvidersResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_capacityproviders TYPE /AWS1/CL_LMDCAPACITYPROVIDER=>TT_CAPACITYPROVIDERSLIST TT_CAPACITYPROVIDERSLIST¶
A list of capacity providers in your account.
Optional arguments:¶
iv_nextmarker TYPE /AWS1/LMDSTRING /AWS1/LMDSTRING¶
The pagination token that's included if more results are available.
Queryable Attributes¶
CapacityProviders¶
A list of capacity providers in your account.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CAPACITYPROVIDERS() |
Getter for CAPACITYPROVIDERS, with configurable default |
ASK_CAPACITYPROVIDERS() |
Getter for CAPACITYPROVIDERS w/ exceptions if field has no v |
HAS_CAPACITYPROVIDERS() |
Determine if CAPACITYPROVIDERS has a value |
NextMarker¶
The pagination token that's included if more results are available.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTMARKER() |
Getter for NEXTMARKER, with configurable default |
ASK_NEXTMARKER() |
Getter for NEXTMARKER w/ exceptions if field has no value |
HAS_NEXTMARKER() |
Determine if NEXTMARKER has a value |