Class: Aws::CodeCommit::Types::DeletePullRequestApprovalRuleOutput

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_idString

The ID of the deleted approval rule.

<note markdown=“1”> If the approval rule was deleted in an earlier API call, the response is 200 OK without content.

</note>

Returns:

  • (String)


2036
2037
2038
2039
2040
# File 'lib/aws-sdk-codecommit/types.rb', line 2036

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