Struct aws_sdk_eventbridge::types::RoutingConfig
source · #[non_exhaustive]pub struct RoutingConfig { /* private fields */ }
Expand description
The routing configuration of the endpoint.
Implementations§
source§impl 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.
source§impl RoutingConfig
impl RoutingConfig
sourcepub fn builder() -> RoutingConfigBuilder
pub fn builder() -> RoutingConfigBuilder
Creates a new builder-style object to manufacture RoutingConfig
.
Trait Implementations§
source§impl Clone for RoutingConfig
impl Clone for RoutingConfig
source§fn clone(&self) -> RoutingConfig
fn clone(&self) -> RoutingConfig
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 RoutingConfig
impl Debug for RoutingConfig
source§impl PartialEq<RoutingConfig> for RoutingConfig
impl PartialEq<RoutingConfig> for RoutingConfig
source§fn eq(&self, other: &RoutingConfig) -> bool
fn eq(&self, other: &RoutingConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more