Class: Aws::CodeCommit::Types::UpdateApprovalRuleTemplateDescriptionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::UpdateApprovalRuleTemplateDescriptionInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecommit/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#approval_rule_template_description ⇒ String
The updated description of the approval rule template.
-
#approval_rule_template_name ⇒ String
The name of the template for which you want to update the description.
Instance Attribute Details
#approval_rule_template_description ⇒ String
The updated description of the approval rule template.
6828 6829 6830 6831 6832 6833 |
# File 'lib/aws-sdk-codecommit/types.rb', line 6828 class UpdateApprovalRuleTemplateDescriptionInput < Struct.new( :approval_rule_template_name, :approval_rule_template_description) SENSITIVE = [] include Aws::Structure end |
#approval_rule_template_name ⇒ String
The name of the template for which you want to update the description.
6828 6829 6830 6831 6832 6833 |
# File 'lib/aws-sdk-codecommit/types.rb', line 6828 class UpdateApprovalRuleTemplateDescriptionInput < Struct.new( :approval_rule_template_name, :approval_rule_template_description) SENSITIVE = [] include Aws::Structure end |