class Amazonite::EventBridge::EndpointEventBus

Overview

The event buses the endpoint is associated with.

Included Modules

Defined in:

eventbridge/endpoint_event_bus.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(event_bus_arn : String) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

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 : String #

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


[View source]
def event_bus_arn=(event_bus_arn : String) #

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


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def validate! : Nil #

[View source]