Struct aws_sdk_elasticache::operation::delete_global_replication_group::DeleteGlobalReplicationGroupInput
source · #[non_exhaustive]pub struct DeleteGlobalReplicationGroupInput { /* private fields */ }
Implementations§
source§impl DeleteGlobalReplicationGroupInput
impl DeleteGlobalReplicationGroupInput
sourcepub fn global_replication_group_id(&self) -> Option<&str>
pub fn global_replication_group_id(&self) -> Option<&str>
The name of the Global datastore
sourcepub fn retain_primary_replication_group(&self) -> bool
pub fn retain_primary_replication_group(&self) -> bool
The primary replication group is retained as a standalone replication group.
source§impl DeleteGlobalReplicationGroupInput
impl DeleteGlobalReplicationGroupInput
sourcepub fn builder() -> DeleteGlobalReplicationGroupInputBuilder
pub fn builder() -> DeleteGlobalReplicationGroupInputBuilder
Creates a new builder-style object to manufacture DeleteGlobalReplicationGroupInput
.
source§impl DeleteGlobalReplicationGroupInput
impl DeleteGlobalReplicationGroupInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteGlobalReplicationGroup, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DeleteGlobalReplicationGroup, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteGlobalReplicationGroup
>
Trait Implementations§
source§impl Clone for DeleteGlobalReplicationGroupInput
impl Clone for DeleteGlobalReplicationGroupInput
source§fn clone(&self) -> DeleteGlobalReplicationGroupInput
fn clone(&self) -> DeleteGlobalReplicationGroupInput
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<DeleteGlobalReplicationGroupInput> for DeleteGlobalReplicationGroupInput
impl PartialEq<DeleteGlobalReplicationGroupInput> for DeleteGlobalReplicationGroupInput
source§fn eq(&self, other: &DeleteGlobalReplicationGroupInput) -> bool
fn eq(&self, other: &DeleteGlobalReplicationGroupInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.