Lists all build workflows for an Automated Reasoning policy, showing the history of policy creation and modification attempts
Source:R/bedrock_operations.R
bedrock_list_automated_reasoning_policy_build_workflows.RdLists all build workflows for an Automated Reasoning policy, showing the history of policy creation and modification attempts.
See https://www.paws-r-sdk.com/docs/bedrock_list_automated_reasoning_policy_build_workflows/ for full documentation.
Usage
bedrock_list_automated_reasoning_policy_build_workflows(
policyArn,
nextToken = NULL,
maxResults = NULL
)Arguments
- policyArn
[required] The Amazon Resource Name (ARN) of the Automated Reasoning policy whose build workflows you want to list.
- nextToken
A pagination token from a previous request to continue listing build workflows from where the previous request left off.
- maxResults
The maximum number of build workflows to return in a single response. Valid range is 1-100.