Class: Aws::EventBridge::Types::EndpointEventBus
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridge::Types::EndpointEventBus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eventbridge/types.rb
Overview
The event buses the endpoint is associated with.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_bus_arn ⇒ String
The ARN of the event bus the endpoint is associated with.
Instance Attribute Details
#event_bus_arn ⇒ String
The ARN of the event bus the endpoint is associated with.
2347 2348 2349 2350 2351 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 2347 class EndpointEventBus < Struct.new( :event_bus_arn) SENSITIVE = [] include Aws::Structure end |