codecommit_list_repositories_for_approval_rule_template {paws.developer.tools}R Documentation

Lists all repositories associated with the specified approval rule template

Description

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.

Usage

codecommit_list_repositories_for_approval_rule_template(
  approvalRuleTemplateName,
  nextToken = NULL,
  maxResults = NULL
)

Arguments

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.


[Package paws.developer.tools version 0.7.0 Index]