View source: R/sfn_operations.R
sfn_list_map_runs | R Documentation |
Lists all Map Runs that were started by a given state machine execution. Use this API action to obtain Map Run ARNs, and then call describe_map_run
to obtain more information, if needed.
See https://www.paws-r-sdk.com/docs/sfn_list_map_runs/ for full documentation.
sfn_list_map_runs(executionArn, maxResults = NULL, nextToken = NULL)
executionArn |
[required] The Amazon Resource Name (ARN) of the execution for which the Map Runs must be listed. |
maxResults |
The maximum number of results that are returned per call. You can use
This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum. |
nextToken |
If |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.