#[non_exhaustive]pub struct StopDbInstanceOutput { /* private fields */ }Implementations§
source§impl StopDbInstanceOutput
impl StopDbInstanceOutput
sourcepub fn db_instance(&self) -> Option<&DbInstance>
pub fn db_instance(&self) -> Option<&DbInstance>
Contains the details of an Amazon RDS DB instance.
This data type is used as a response element in the operations CreateDBInstance, CreateDBInstanceReadReplica, DeleteDBInstance, DescribeDBInstances, ModifyDBInstance, PromoteReadReplica, RebootDBInstance, RestoreDBInstanceFromDBSnapshot, RestoreDBInstanceFromS3, RestoreDBInstanceToPointInTime, StartDBInstance, and StopDBInstance.
source§impl StopDbInstanceOutput
impl StopDbInstanceOutput
sourcepub fn builder() -> StopDbInstanceOutputBuilder
pub fn builder() -> StopDbInstanceOutputBuilder
Creates a new builder-style object to manufacture StopDbInstanceOutput.
Trait Implementations§
source§impl Clone for StopDbInstanceOutput
impl Clone for StopDbInstanceOutput
source§fn clone(&self) -> StopDbInstanceOutput
fn clone(&self) -> StopDbInstanceOutput
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 Debug for StopDbInstanceOutput
impl Debug for StopDbInstanceOutput
source§impl PartialEq<StopDbInstanceOutput> for StopDbInstanceOutput
impl PartialEq<StopDbInstanceOutput> for StopDbInstanceOutput
source§fn eq(&self, other: &StopDbInstanceOutput) -> bool
fn eq(&self, other: &StopDbInstanceOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for StopDbInstanceOutput
impl RequestId for StopDbInstanceOutput
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.