Class: Aws::CodeCommit::Types::ListRepositoriesForApprovalRuleTemplateInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codecommit/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#approval_rule_template_nameString

The name of the approval rule template for which you want to list repositories that are associated with that template.



4341
4342
4343
4344
4345
4346
4347
# File 'lib/aws-sdk-codecommit/types.rb', line 4341

class ListRepositoriesForApprovalRuleTemplateInput < Struct.new(
  :approval_rule_template_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

A non-zero, non-negative integer used to limit the number of returned results.



4341
4342
4343
4344
4345
4346
4347
# File 'lib/aws-sdk-codecommit/types.rb', line 4341

class ListRepositoriesForApprovalRuleTemplateInput < Struct.new(
  :approval_rule_template_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

An enumeration token that, when provided in a request, returns the next batch of the results.



4341
4342
4343
4344
4345
4346
4347
# File 'lib/aws-sdk-codecommit/types.rb', line 4341

class ListRepositoriesForApprovalRuleTemplateInput < Struct.new(
  :approval_rule_template_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end