Struct aws_sdk_databasemigration::operation::modify_replication_subnet_group::ModifyReplicationSubnetGroupOutput
source · #[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() -> ModifyReplicationSubnetGroupOutputBuilder
pub fn builder() -> ModifyReplicationSubnetGroupOutputBuilder
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 ==.source§impl RequestId for ModifyReplicationSubnetGroupOutput
impl RequestId for ModifyReplicationSubnetGroupOutput
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.