class Aws::CodeCommit::Types::ListRepositoriesForApprovalRuleTemplateInput

@note When making an API call, you may pass ListRepositoriesForApprovalRuleTemplateInput

data as a hash:

    {
      approval_rule_template_name: "ApprovalRuleTemplateName", # required
      next_token: "NextToken",
      max_results: 1,
    }

@!attribute [rw] approval_rule_template_name

The name of the approval rule template for which you want to list
repositories that are associated with that template.
@return [String]

@!attribute [rw] next_token

An enumeration token that, when provided in a request, returns the
next batch of the results.
@return [String]

@!attribute [rw] max_results

A non-zero, non-negative integer used to limit the number of
returned results.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/ListRepositoriesForApprovalRuleTemplateInput AWS API Documentation

Constants

SENSITIVE