Class: Aws::EventBridge::Types::CreateEventBusResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridge::Types::CreateEventBusResponse
- Defined in:
- gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_bus_arn ⇒ String
The ARN of the new event bus.
Instance Attribute Details
#event_bus_arn ⇒ String
The ARN of the new event bus.
1053 1054 1055 1056 1057 |
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 1053 class CreateEventBusResponse < Struct.new( :event_bus_arn) SENSITIVE = [] include Aws::Structure end |