/AWS1/CL_APSDSCIMAGEBUILDERSRS¶
DescribeImageBuildersResult
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_imagebuilders TYPE /AWS1/CL_APSIMAGEBUILDER=>TT_IMAGEBUILDERLIST TT_IMAGEBUILDERLIST¶
Information about the image builders.
iv_nexttoken TYPE /AWS1/APSSTRING /AWS1/APSSTRING¶
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
Queryable Attributes¶
ImageBuilders¶
Information about the image builders.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMAGEBUILDERS() |
Getter for IMAGEBUILDERS, with configurable default |
ASK_IMAGEBUILDERS() |
Getter for IMAGEBUILDERS w/ exceptions if field has no value |
HAS_IMAGEBUILDERS() |
Determine if IMAGEBUILDERS has a value |
NextToken¶
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
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 |