Class: Aws::EventBridgeV2::Types::DeleteEventBusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridgeV2::Types::DeleteEventBusRequest
- Defined in:
- gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_bus_arn ⇒ String
The Amazon Resource Name (ARN) that uniquely identifies an event bus.
Instance Attribute Details
#event_bus_arn ⇒ String
The Amazon Resource Name (ARN) that uniquely identifies an event bus.
546 547 548 549 550 |
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 546 class DeleteEventBusRequest < Struct.new( :event_bus_arn) SENSITIVE = [] include Aws::Structure end |