Struct aws_sdk_eventbridge::model::RoutingConfig
source · [−]#[non_exhaustive]pub struct RoutingConfig { /* private fields */ }
Expand description
The routing configuration of the endpoint.
Implementations
sourceimpl RoutingConfig
impl RoutingConfig
sourcepub fn failover_config(&self) -> Option<&FailoverConfig>
pub fn failover_config(&self) -> Option<&FailoverConfig>
The failover configuration for an endpoint. This includes what triggers failover and what happens when it's triggered.
sourceimpl RoutingConfig
impl RoutingConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RoutingConfig
.
Trait Implementations
sourceimpl Clone for RoutingConfig
impl Clone for RoutingConfig
sourcefn clone(&self) -> RoutingConfig
fn clone(&self) -> RoutingConfig
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 RoutingConfig
impl Debug for RoutingConfig
sourceimpl PartialEq<RoutingConfig> for RoutingConfig
impl PartialEq<RoutingConfig> for RoutingConfig
sourcefn eq(&self, other: &RoutingConfig) -> bool
fn eq(&self, other: &RoutingConfig) -> bool
impl StructuralPartialEq for RoutingConfig
Auto Trait Implementations
impl RefUnwindSafe for RoutingConfig
impl Send for RoutingConfig
impl Sync for RoutingConfig
impl Unpin for RoutingConfig
impl UnwindSafe for RoutingConfig
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