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)


5213
5214
5215
5216
5217
5218
# File 'lib/aws-sdk-codecommit/types.rb', line 5213

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)


5213
5214
5215
5216
5217
5218
# File 'lib/aws-sdk-codecommit/types.rb', line 5213

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