Class: Aws::CodeCommit::Types::ListApprovalRuleTemplatesOutput

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 the approval rule templates found in the Amazon Web Services Region for your Amazon Web Services account.

Returns:

  • (Array<String>)


4125
4126
4127
4128
4129
4130
# File 'lib/aws-sdk-codecommit/types.rb', line 4125

class ListApprovalRuleTemplatesOutput < 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)


4125
4126
4127
4128
4129
4130
# File 'lib/aws-sdk-codecommit/types.rb', line 4125

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