Class: Aws::CodeCommit::Types::CreateApprovalRuleTemplateOutput

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 content and structure of the created approval rule template.



1373
1374
1375
1376
1377
# File 'lib/aws-sdk-codecommit/types.rb', line 1373

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