Class: Aws::CodeCommit::Types::OriginApprovalRuleTemplate

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

Overview

Returns information about the template that created the approval rule for a pull request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#approval_rule_template_idString

The ID of the template that created the approval rule.

Returns:

  • (String)


5209
5210
5211
5212
5213
5214
# File 'lib/aws-sdk-codecommit/types.rb', line 5209

class OriginApprovalRuleTemplate < Struct.new(
  :approval_rule_template_id,
  :approval_rule_template_name)
  SENSITIVE = []
  include Aws::Structure
end

#approval_rule_template_nameString

The name of the template that created the approval rule.

Returns:

  • (String)


5209
5210
5211
5212
5213
5214
# File 'lib/aws-sdk-codecommit/types.rb', line 5209

class OriginApprovalRuleTemplate < Struct.new(
  :approval_rule_template_id,
  :approval_rule_template_name)
  SENSITIVE = []
  include Aws::Structure
end