Class: Aws::EventBridgeV2::Types::DeleteResourcePolicyResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#revision_id ⇒ String

Revision ID of the policy that was deleted. Absent when no policy was deleted.

Returns:

  • (String)


622
623
624
625
626
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 622

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