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

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_idString

The ID of the deleted approval rule.

If the approval rule was deleted in an earlier API call, the response is 200 OK without content.

Returns:

  • (String)


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

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