View source: R/augmentedairuntime_operations.R
augmentedairuntime_list_human_loops | R Documentation |
Returns information about human loops, given the specified parameters. If a human loop was deleted, it will not be included.
See https://www.paws-r-sdk.com/docs/augmentedairuntime_list_human_loops/ for full documentation.
augmentedairuntime_list_human_loops(
CreationTimeAfter = NULL,
CreationTimeBefore = NULL,
FlowDefinitionArn,
SortOrder = NULL,
NextToken = NULL,
MaxResults = NULL
)
CreationTimeAfter |
(Optional) The timestamp of the date when you want the human loops to
begin in ISO 8601 format. For example, |
CreationTimeBefore |
(Optional) The timestamp of the date before which you want the human
loops to begin in ISO 8601 format. For example, |
FlowDefinitionArn |
[required] The Amazon Resource Name (ARN) of a flow definition. |
SortOrder |
Optional. The order for displaying results. Valid values: |
NextToken |
A token to display the next page of results. |
MaxResults |
The total number of items to return. If the total number of available
items is more than the value specified in |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.