Struct aws_sdk_elasticache::operation::modify_replication_group::ModifyReplicationGroupOutput
source · #[non_exhaustive]pub struct ModifyReplicationGroupOutput { /* private fields */ }
Implementations§
source§impl ModifyReplicationGroupOutput
impl ModifyReplicationGroupOutput
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 ModifyReplicationGroupOutput
impl ModifyReplicationGroupOutput
sourcepub fn builder() -> ModifyReplicationGroupOutputBuilder
pub fn builder() -> ModifyReplicationGroupOutputBuilder
Creates a new builder-style object to manufacture ModifyReplicationGroupOutput
.
Trait Implementations§
source§impl Clone for ModifyReplicationGroupOutput
impl Clone for ModifyReplicationGroupOutput
source§fn clone(&self) -> ModifyReplicationGroupOutput
fn clone(&self) -> ModifyReplicationGroupOutput
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 ModifyReplicationGroupOutput
impl Debug for ModifyReplicationGroupOutput
source§impl PartialEq<ModifyReplicationGroupOutput> for ModifyReplicationGroupOutput
impl PartialEq<ModifyReplicationGroupOutput> for ModifyReplicationGroupOutput
source§fn eq(&self, other: &ModifyReplicationGroupOutput) -> bool
fn eq(&self, other: &ModifyReplicationGroupOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for ModifyReplicationGroupOutput
impl RequestId for ModifyReplicationGroupOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.