#[non_exhaustive]pub struct ModifyReplicationSubnetGroupOutput { /* private fields */ }
Expand description
Implementations§
source§impl ModifyReplicationSubnetGroupOutput
impl ModifyReplicationSubnetGroupOutput
sourcepub fn replication_subnet_group(&self) -> Option<&ReplicationSubnetGroup>
pub fn replication_subnet_group(&self) -> Option<&ReplicationSubnetGroup>
The modified replication subnet group.
source§impl ModifyReplicationSubnetGroupOutput
impl ModifyReplicationSubnetGroupOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ModifyReplicationSubnetGroupOutput
.
Trait Implementations§
source§impl Clone for ModifyReplicationSubnetGroupOutput
impl Clone for ModifyReplicationSubnetGroupOutput
source§fn clone(&self) -> ModifyReplicationSubnetGroupOutput
fn clone(&self) -> ModifyReplicationSubnetGroupOutput
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<ModifyReplicationSubnetGroupOutput> for ModifyReplicationSubnetGroupOutput
impl PartialEq<ModifyReplicationSubnetGroupOutput> for ModifyReplicationSubnetGroupOutput
source§fn eq(&self, other: &ModifyReplicationSubnetGroupOutput) -> bool
fn eq(&self, other: &ModifyReplicationSubnetGroupOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.