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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codecommit/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.

Returns:

  • (String)


4343
4344
4345
4346
4347
4348
4349
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 4343

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.

Returns:

  • (Integer)


4343
4344
4345
4346
4347
4348
4349
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 4343

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.

Returns:

  • (String)


4343
4344
4345
4346
4347
4348
4349
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 4343

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