Class: Aws::CodeCommit::Types::UpdateApprovalRuleTemplateNameOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::UpdateApprovalRuleTemplateNameOutput
- Defined in:
- gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#approval_rule_template ⇒ Types::ApprovalRuleTemplate
The structure and content of the updated approval rule template.
Instance Attribute Details
#approval_rule_template ⇒ Types::ApprovalRuleTemplate
The structure and content of the updated approval rule template.
7601 7602 7603 7604 7605 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 7601 class UpdateApprovalRuleTemplateNameOutput < Struct.new( :approval_rule_template) SENSITIVE = [] include Aws::Structure end |