#[non_exhaustive]pub struct RestoreDbInstanceFromS3Output { /* private fields */ }Implementations§
source§impl RestoreDbInstanceFromS3Output
impl RestoreDbInstanceFromS3Output
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 RestoreDbInstanceFromS3Output
impl RestoreDbInstanceFromS3Output
sourcepub fn builder() -> RestoreDbInstanceFromS3OutputBuilder
pub fn builder() -> RestoreDbInstanceFromS3OutputBuilder
Creates a new builder-style object to manufacture RestoreDbInstanceFromS3Output.
Trait Implementations§
source§impl Clone for RestoreDbInstanceFromS3Output
impl Clone for RestoreDbInstanceFromS3Output
source§fn clone(&self) -> RestoreDbInstanceFromS3Output
fn clone(&self) -> RestoreDbInstanceFromS3Output
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<RestoreDbInstanceFromS3Output> for RestoreDbInstanceFromS3Output
impl PartialEq<RestoreDbInstanceFromS3Output> for RestoreDbInstanceFromS3Output
source§fn eq(&self, other: &RestoreDbInstanceFromS3Output) -> bool
fn eq(&self, other: &RestoreDbInstanceFromS3Output) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for RestoreDbInstanceFromS3Output
impl RequestId for RestoreDbInstanceFromS3Output
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.