#[non_exhaustive]pub struct DeleteReplicationGroupMemberAction { /* private fields */ }
Expand description
Represents a replica to be deleted.
Implementations§
source§impl DeleteReplicationGroupMemberAction
impl DeleteReplicationGroupMemberAction
sourcepub fn region_name(&self) -> Option<&str>
pub fn region_name(&self) -> Option<&str>
The Region where the replica exists.
source§impl DeleteReplicationGroupMemberAction
impl DeleteReplicationGroupMemberAction
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteReplicationGroupMemberAction
.
Trait Implementations§
source§impl Clone for DeleteReplicationGroupMemberAction
impl Clone for DeleteReplicationGroupMemberAction
source§fn clone(&self) -> DeleteReplicationGroupMemberAction
fn clone(&self) -> DeleteReplicationGroupMemberAction
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 more