Lists workflow build versions based on filtering parameters
Source:R/imagebuilder_operations.R
imagebuilder_list_workflows.RdLists workflow build versions based on filtering parameters.
See https://www.paws-r-sdk.com/docs/imagebuilder_list_workflows/ for full documentation.
Usage
imagebuilder_list_workflows(
owner = NULL,
filters = NULL,
byName = NULL,
maxResults = NULL,
nextToken = NULL
)Arguments
- owner
Used to get a list of workflow build version filtered by the identity of the creator.
- filters
Used to streamline search results.
- byName
Specify all or part of the workflow name to streamline results.
- maxResults
Specify the maximum number of items to return in a request.
- nextToken
A token to specify where to start paginating. This is the nextToken from a previously truncated response.