Class: Aws::CodeCommit::Types::UpdateApprovalRuleTemplateDescriptionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::UpdateApprovalRuleTemplateDescriptionOutput
- 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 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.
6841 6842 6843 6844 6845 |
# File 'lib/aws-sdk-codecommit/types.rb', line 6841 class UpdateApprovalRuleTemplateDescriptionOutput < Struct.new( :approval_rule_template) SENSITIVE = [] include Aws::Structure end |