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