codecommit_list_associated_approval_rule_templates_for_repository {paws.developer.tools} | R Documentation |
Lists all approval rule templates that are associated with a specified repository
Description
Lists all approval rule templates that are associated with a specified repository.
See https://www.paws-r-sdk.com/docs/codecommit_list_associated_approval_rule_templates_for_repository/ for full documentation.
Usage
codecommit_list_associated_approval_rule_templates_for_repository(
repositoryName,
nextToken = NULL,
maxResults = NULL
)
Arguments
repositoryName |
[required] The name of the repository for which you want to list all associated approval rule templates. |
nextToken |
An enumeration token that, when provided in a request, returns the next batch of the results. |
maxResults |
A non-zero, non-negative integer used to limit the number of returned results. |
[Package paws.developer.tools version 0.7.0 Index]