codecommit_list_associated_approval_rule_templates_for_repository | R Documentation |
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.
codecommit_list_associated_approval_rule_templates_for_repository(
repositoryName,
nextToken = NULL,
maxResults = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.