/AWS1/CL_BDZLISTFLOWEXECSRSP¶
ListFlowExecutionsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_flowexecutionsummaries TYPE /AWS1/CL_BDZFLOWEXECSUMMARY=>TT_FLOWEXECUTIONSUMMARIES TT_FLOWEXECUTIONSUMMARIES¶
A list of flow execution summaries. Each summary includes the execution ARN, flow identifier, flow alias identifier, flow version, status, and timestamps.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/BDZNEXTTOKEN /AWS1/BDZNEXTTOKEN¶
A token to retrieve the next set of results. This value is returned if more results are available.
Queryable Attributes¶
flowExecutionSummaries¶
A list of flow execution summaries. Each summary includes the execution ARN, flow identifier, flow alias identifier, flow version, status, and timestamps.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FLOWEXECUTIONSUMMARIES() |
Getter for FLOWEXECUTIONSUMMARIES, with configurable default |
ASK_FLOWEXECUTIONSUMMARIES() |
Getter for FLOWEXECUTIONSUMMARIES w/ exceptions if field has |
HAS_FLOWEXECUTIONSUMMARIES() |
Determine if FLOWEXECUTIONSUMMARIES has a value |
nextToken¶
A token to retrieve the next set of results. This value is returned if more results are available.
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 |