Class: Aws::CodeCommit::Types::CreateApprovalRuleTemplateOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::CreateApprovalRuleTemplateOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecommit/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#approval_rule_template ⇒ Types::ApprovalRuleTemplate
The content and structure of the created approval rule template.
Instance Attribute Details
#approval_rule_template ⇒ Types::ApprovalRuleTemplate
The content and structure of the created approval rule template.
1372 1373 1374 1375 1376 |
# File 'lib/aws-sdk-codecommit/types.rb', line 1372 class CreateApprovalRuleTemplateOutput < Struct.new( :approval_rule_template) SENSITIVE = [] include Aws::Structure end |