Class: Aws::CloudWatchEvents::Types::CreateEventBusResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudwatchevents/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_bus_arnString

The ARN of the new event bus.

Returns:

  • (String)


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