Class: Aws::CloudWatchEvents::Types::CreateEventBusResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvents::Types::CreateEventBusResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevents/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.
958 959 960 961 962 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 958 class CreateEventBusResponse < Struct.new( :event_bus_arn) SENSITIVE = [] include Aws::Structure end |