Class: Aws::CodeCommit::Types::ListRepositoriesForApprovalRuleTemplateOutput

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

#next_tokenString

An enumeration token that allows the operation to batch the next results of the operation.

Returns:

  • (String)


4363
4364
4365
4366
4367
4368
# File 'lib/aws-sdk-codecommit/types.rb', line 4363

class ListRepositoriesForApprovalRuleTemplateOutput < Struct.new(
  :repository_names,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#repository_namesArray<String>

A list of repository names that are associated with the specified approval rule template.

Returns:

  • (Array<String>)


4363
4364
4365
4366
4367
4368
# File 'lib/aws-sdk-codecommit/types.rb', line 4363

class ListRepositoriesForApprovalRuleTemplateOutput < Struct.new(
  :repository_names,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end