Class: Aws::EventBridge::Types::EndpointEventBus

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb

Overview

The event buses the endpoint is associated with.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_bus_arnString

The ARN of the event bus the endpoint is associated with.

Returns:

  • (String)


2222
2223
2224
2225
2226
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 2222

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