Class: Aws::CodeCommit::Types::UpdateApprovalRuleTemplateNameOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#approval_rule_templateTypes::ApprovalRuleTemplate

The structure and content of the updated approval rule template.



6866
6867
6868
6869
6870
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 6866

class UpdateApprovalRuleTemplateNameOutput < Struct.new(
  :approval_rule_template)
  SENSITIVE = []
  include Aws::Structure
end