Class: Aws::CodeCommit::Types::UpdateApprovalRuleTemplateDescriptionOutput

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.



6837
6838
6839
6840
6841
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 6837

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