Class: Aws::EventBridgeV2::Types::DeleteResourcePolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridgeV2::Types::DeleteResourcePolicyResponse
- Defined in:
- gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#revision_id ⇒ String
Revision ID of the policy that was deleted.
Instance Attribute Details
#revision_id ⇒ String
Revision ID of the policy that was deleted. Absent when no policy was deleted.
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 |