View source: R/codecommit_operations.R
codecommit_list_repositories_for_approval_rule_template | R Documentation |
Lists all repositories associated with the specified approval rule template.
See https://www.paws-r-sdk.com/docs/codecommit_list_repositories_for_approval_rule_template/ for full documentation.
codecommit_list_repositories_for_approval_rule_template(
approvalRuleTemplateName,
nextToken = NULL,
maxResults = NULL
)
approvalRuleTemplateName |
[required] The name of the approval rule template for which you want to list repositories that are associated with that template. |
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.