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