Class: Aws::CodeCommit::Types::ListAssociatedApprovalRuleTemplatesForRepositoryOutput

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_namesArray<String>

The names of all approval rule templates associated with the repository.

Returns:

  • (Array<String>)


4169
4170
4171
4172
4173
4174
# File 'lib/aws-sdk-codecommit/types.rb', line 4169

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

#next_tokenString

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

Returns:

  • (String)


4169
4170
4171
4172
4173
4174
# File 'lib/aws-sdk-codecommit/types.rb', line 4169

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