Class: Aws::CodeCommit::Types::UpdateApprovalRuleTemplateDescriptionInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codecommit/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#approval_rule_template_descriptionString

The updated description of the approval rule template.

Returns:

  • (String)


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_nameString

The name of the template for which you want to update the description.

Returns:

  • (String)


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