#[non_exhaustive]pub struct DecreaseReplicaCountOutput { /* private fields */ }
Implementations§
source§impl DecreaseReplicaCountOutput
impl DecreaseReplicaCountOutput
sourcepub fn replication_group(&self) -> Option<&ReplicationGroup>
pub fn replication_group(&self) -> Option<&ReplicationGroup>
Contains all of the attributes of a specific Redis replication group.
source§impl DecreaseReplicaCountOutput
impl DecreaseReplicaCountOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DecreaseReplicaCountOutput
.
Trait Implementations§
source§impl Clone for DecreaseReplicaCountOutput
impl Clone for DecreaseReplicaCountOutput
source§fn clone(&self) -> DecreaseReplicaCountOutput
fn clone(&self) -> DecreaseReplicaCountOutput
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 DecreaseReplicaCountOutput
impl Debug for DecreaseReplicaCountOutput
source§impl PartialEq<DecreaseReplicaCountOutput> for DecreaseReplicaCountOutput
impl PartialEq<DecreaseReplicaCountOutput> for DecreaseReplicaCountOutput
source§fn eq(&self, other: &DecreaseReplicaCountOutput) -> bool
fn eq(&self, other: &DecreaseReplicaCountOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.