Struct aws_sdk_eventbridge::model::ReplicationConfig
source · [−]#[non_exhaustive]pub struct ReplicationConfig { /* private fields */ }
Expand description
Endpoints can replicate all events to the secondary Region.
Implementations
sourceimpl ReplicationConfig
impl ReplicationConfig
sourcepub fn state(&self) -> Option<&ReplicationState>
pub fn state(&self) -> Option<&ReplicationState>
The state of event replication.
sourceimpl ReplicationConfig
impl ReplicationConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ReplicationConfig
.
Trait Implementations
sourceimpl Clone for ReplicationConfig
impl Clone for ReplicationConfig
sourcefn clone(&self) -> ReplicationConfig
fn clone(&self) -> ReplicationConfig
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 ReplicationConfig
impl Debug for ReplicationConfig
sourceimpl PartialEq<ReplicationConfig> for ReplicationConfig
impl PartialEq<ReplicationConfig> for ReplicationConfig
sourcefn eq(&self, other: &ReplicationConfig) -> bool
fn eq(&self, other: &ReplicationConfig) -> bool
impl StructuralPartialEq for ReplicationConfig
Auto Trait Implementations
impl RefUnwindSafe for ReplicationConfig
impl Send for ReplicationConfig
impl Sync for ReplicationConfig
impl Unpin for ReplicationConfig
impl UnwindSafe for ReplicationConfig
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