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.
2674 2675 2676 2677 2678 |
# File 'lib/aws-sdk-codecommit/types.rb', line 2674 class GetApprovalRuleTemplateOutput < Struct.new( :approval_rule_template) SENSITIVE = [] include Aws::Structure end |