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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codecommit/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)


5215
5216
5217
5218
5219
5220
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 5215

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)


5215
5216
5217
5218
5219
5220
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 5215

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