Class: Aws::CodeCommit::Types::GetApprovalRuleTemplateOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::GetApprovalRuleTemplateOutput
- 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 approval rule template.
Instance Attribute Details
#approval_rule_template ⇒ Types::ApprovalRuleTemplate
The content and structure of the approval rule template.
2676 2677 2678 2679 2680 |
# File 'lib/aws-sdk-codecommit/types.rb', line 2676 class GetApprovalRuleTemplateOutput < Struct.new( :approval_rule_template) SENSITIVE = [] include Aws::Structure end |