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