Class: Aws::CodeCommit::Types::GetApprovalRuleTemplateOutput

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



2676
2677
2678
2679
2680
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 2676

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