Class: Aws::CodeCommit::Types::OriginApprovalRuleTemplate
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::OriginApprovalRuleTemplate
- 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
-
#approval_rule_template_id ⇒ String
The ID of the template that created the approval rule.
-
#approval_rule_template_name ⇒ String
The name of the template that created the approval rule.
Instance Attribute Details
#approval_rule_template_id ⇒ String
The ID of the template that created the approval rule.
5213 5214 5215 5216 5217 5218 |
# File 'gems/aws-sdk-codecommit/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_name ⇒ String
The name of the template that created the approval rule.
5213 5214 5215 5216 5217 5218 |
# File 'gems/aws-sdk-codecommit/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 |