Class: Aws::EventBridge::Types::CreateEventBusResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/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)


1076
1077
1078
1079
1080
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 1076

class CreateEventBusResponse < Struct.new(
  :event_bus_arn)
  SENSITIVE = []
  include Aws::Structure
end