Struct aws_sdk_eventbridge::model::EndpointEventBus
source · [−]#[non_exhaustive]pub struct EndpointEventBus { /* private fields */ }
Expand description
The event buses the endpoint is associated with.
Implementations
sourceimpl 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.
sourceimpl EndpointEventBus
impl EndpointEventBus
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture EndpointEventBus
.
Trait Implementations
sourceimpl Clone for EndpointEventBus
impl Clone for EndpointEventBus
sourcefn clone(&self) -> EndpointEventBus
fn clone(&self) -> EndpointEventBus
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for EndpointEventBus
impl Debug for EndpointEventBus
sourceimpl PartialEq<EndpointEventBus> for EndpointEventBus
impl PartialEq<EndpointEventBus> for EndpointEventBus
sourcefn eq(&self, other: &EndpointEventBus) -> bool
fn eq(&self, other: &EndpointEventBus) -> bool
impl StructuralPartialEq for EndpointEventBus
Auto Trait Implementations
impl RefUnwindSafe for EndpointEventBus
impl Send for EndpointEventBus
impl Sync for EndpointEventBus
impl Unpin for EndpointEventBus
impl UnwindSafe for EndpointEventBus
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more