class Aws::CodeCommit::Types::ListAssociatedApprovalRuleTemplatesForRepositoryInput

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

data as a hash:

    {
      repository_name: "RepositoryName", # required
      next_token: "NextToken",
      max_results: 1,
    }

@!attribute [rw] repository_name

The name of the repository for which you want to list all associated
approval rule templates.
@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/ListAssociatedApprovalRuleTemplatesForRepositoryInput AWS API Documentation

Constants

SENSITIVE