/AWS1/CL_IOMLISTCOMPONENTSRSP¶
ListComponentsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_componentsummaries TYPE /AWS1/CL_IOMCOMPONENTSUMMARY=>TT_COMPONENTSUMMARIES TT_COMPONENTSUMMARIES¶
A list of objects that contain information about the components.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/IOMNEXTTOKEN /AWS1/IOMNEXTTOKEN¶
The string that specifies the next page of component results.
Queryable Attributes¶
componentSummaries¶
A list of objects that contain information about the components.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMPONENTSUMMARIES() |
Getter for COMPONENTSUMMARIES, with configurable default |
ASK_COMPONENTSUMMARIES() |
Getter for COMPONENTSUMMARIES w/ exceptions if field has no |
HAS_COMPONENTSUMMARIES() |
Determine if COMPONENTSUMMARIES has a value |
nextToken¶
The string that specifies the next page of component 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 |