Struct aws_sdk_eventbridge::types::EndpointEventBus
source · #[non_exhaustive]pub struct EndpointEventBus { /* private fields */ }Expand description
The event buses the endpoint is associated with.
Implementations§
source§impl EndpointEventBus
impl EndpointEventBus
sourcepub fn event_bus_arn(&self) -> Option<&str>
pub fn event_bus_arn(&self) -> Option<&str>
The ARN of the event bus the endpoint is associated with.
source§impl EndpointEventBus
impl EndpointEventBus
sourcepub fn builder() -> EndpointEventBusBuilder
pub fn builder() -> EndpointEventBusBuilder
Creates a new builder-style object to manufacture EndpointEventBus.
Trait Implementations§
source§impl Clone for EndpointEventBus
impl Clone for EndpointEventBus
source§fn clone(&self) -> EndpointEventBus
fn clone(&self) -> EndpointEventBus
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for EndpointEventBus
impl Debug for EndpointEventBus
source§impl PartialEq<EndpointEventBus> for EndpointEventBus
impl PartialEq<EndpointEventBus> for EndpointEventBus
source§fn eq(&self, other: &EndpointEventBus) -> bool
fn eq(&self, other: &EndpointEventBus) -> bool
This method tests for
self and other values to be equal, and is used
by ==.