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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 'lib/aws-sdk-codecommit/types.rb', line 6866

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