Class: Aws::EventBridgeV2::Types::RevokeResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridgeV2::Types::RevokeResourceResponse
- Defined in:
- gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
ARN of a resource a bus owner can revoke: a subscriber or an EventSource.
Instance Attribute Details
#arn ⇒ String
ARN of a resource a bus owner can revoke: a subscriber or an EventSource. The pattern is the revocable subset of TaggableResourceArn; buses are not revocable.
2385 2386 2387 2388 2389 |
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 2385 class RevokeResourceResponse < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |