List Associated Approval Rule Templates For Repository
codecommit_list_associated_approval_rule_templates_for_repository | 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.
Usage¶
codecommit_list_associated_approval_rule_templates_for_repository(
repositoryName, nextToken, maxResults)
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. |
Value¶
A list with the following syntax:
list(
approvalRuleTemplateNames = list(
"string"
),
nextToken = "string"
)
Request syntax¶
svc$list_associated_approval_rule_templates_for_repository(
repositoryName = "string",
nextToken = "string",
maxResults = 123
)