Struct aws_sdk_eventbridge::model::FailoverConfig
source · #[non_exhaustive]pub struct FailoverConfig { /* private fields */ }Expand description
The failover configuration for an endpoint. This includes what triggers failover and what happens when it's triggered.
Implementations§
source§impl FailoverConfig
impl FailoverConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture FailoverConfig.
Trait Implementations§
source§impl Clone for FailoverConfig
impl Clone for FailoverConfig
source§fn clone(&self) -> FailoverConfig
fn clone(&self) -> FailoverConfig
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 FailoverConfig
impl Debug for FailoverConfig
source§impl PartialEq<FailoverConfig> for FailoverConfig
impl PartialEq<FailoverConfig> for FailoverConfig
source§fn eq(&self, other: &FailoverConfig) -> bool
fn eq(&self, other: &FailoverConfig) -> bool
This method tests for
self and other values to be equal, and is used
by ==.