/AWS1/CL_SGMLISTFLOWDEFNSRSP¶
ListFlowDefinitionsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_flowdefinitionsummaries TYPE /AWS1/CL_SGMFLOWDEFNSUMMARY=>TT_FLOWDEFINITIONSUMMARIES TT_FLOWDEFINITIONSUMMARIES¶
An array of objects describing the flow definitions.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/SGMNEXTTOKEN /AWS1/SGMNEXTTOKEN¶
A token to resume pagination.
Queryable Attributes¶
FlowDefinitionSummaries¶
An array of objects describing the flow definitions.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FLOWDEFINITIONSUMMARIES() |
Getter for FLOWDEFINITIONSUMMARIES, with configurable defaul |
ASK_FLOWDEFINITIONSUMMARIES() |
Getter for FLOWDEFINITIONSUMMARIES w/ exceptions if field ha |
HAS_FLOWDEFINITIONSUMMARIES() |
Determine if FLOWDEFINITIONSUMMARIES has a value |
NextToken¶
A token to resume pagination.
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 |