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

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_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)


1830
1831
1832
1833
1834
# File 'lib/aws-sdk-codecommit/types.rb', line 1830

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