class
Amazonite::EventBridge::EndpointEventBus
- Amazonite::EventBridge::EndpointEventBus
- Reference
- Object
Overview
The event buses the endpoint is associated with.
Included Modules
- JSON::Serializable
Defined in:
eventbridge/endpoint_event_bus.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#event_bus_arn : String
The ARN of the event bus the endpoint is associated with.
-
#event_bus_arn=(event_bus_arn : String)
The ARN of the event bus the endpoint is associated with.
-
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def event_bus_arn=(event_bus_arn : String)
#
The ARN of the event bus the endpoint is associated with.