Class: Aws::CodeCommit::Types::DeleteApprovalRuleTemplateOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#approval_rule_template_idString

The system-generated ID of the deleted approval rule template. If the template has been previously deleted, the only response is a 200 OK.

Returns:

  • (String)


1832
1833
1834
1835
1836
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 1832

class DeleteApprovalRuleTemplateOutput < Struct.new(
  :approval_rule_template_id)
  SENSITIVE = []
  include Aws::Structure
end