#[non_exhaustive]pub struct AwsEventsEndpointReplicationConfigDetails {
pub state: Option<String>,
}
Expand description
Indicates whether replication is enabled or disabled for the endpoint. If enabled, the endpoint can replicate all events to a secondary Amazon Web Services Region.
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.state: Option<String>
The state of event replication.
Implementations§
source§impl AwsEventsEndpointReplicationConfigDetails
impl AwsEventsEndpointReplicationConfigDetails
sourcepub fn builder() -> AwsEventsEndpointReplicationConfigDetailsBuilder
pub fn builder() -> AwsEventsEndpointReplicationConfigDetailsBuilder
Creates a new builder-style object to manufacture AwsEventsEndpointReplicationConfigDetails
.
Trait Implementations§
source§impl Clone for AwsEventsEndpointReplicationConfigDetails
impl Clone for AwsEventsEndpointReplicationConfigDetails
source§fn clone(&self) -> AwsEventsEndpointReplicationConfigDetails
fn clone(&self) -> AwsEventsEndpointReplicationConfigDetails
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 PartialEq for AwsEventsEndpointReplicationConfigDetails
impl PartialEq for AwsEventsEndpointReplicationConfigDetails
source§fn eq(&self, other: &AwsEventsEndpointReplicationConfigDetails) -> bool
fn eq(&self, other: &AwsEventsEndpointReplicationConfigDetails) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AwsEventsEndpointReplicationConfigDetails
Auto Trait Implementations§
impl RefUnwindSafe for AwsEventsEndpointReplicationConfigDetails
impl Send for AwsEventsEndpointReplicationConfigDetails
impl Sync for AwsEventsEndpointReplicationConfigDetails
impl Unpin for AwsEventsEndpointReplicationConfigDetails
impl UnwindSafe for AwsEventsEndpointReplicationConfigDetails
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.