#[non_exhaustive]pub struct RestoreDbClusterFromS3Output { /* private fields */ }Implementations§
source§impl RestoreDbClusterFromS3Output
impl RestoreDbClusterFromS3Output
sourcepub fn db_cluster(&self) -> Option<&DbCluster>
pub fn db_cluster(&self) -> Option<&DbCluster>
Contains the details of an Amazon Aurora DB cluster or Multi-AZ DB cluster.
For an Amazon Aurora DB cluster, this data type is used as a response element in the operations CreateDBCluster, DeleteDBCluster, DescribeDBClusters, FailoverDBCluster, ModifyDBCluster, PromoteReadReplicaDBCluster, RestoreDBClusterFromS3, RestoreDBClusterFromSnapshot, RestoreDBClusterToPointInTime, StartDBCluster, and StopDBCluster.
For a Multi-AZ DB cluster, this data type is used as a response element in the operations CreateDBCluster, DeleteDBCluster, DescribeDBClusters, FailoverDBCluster, ModifyDBCluster, RebootDBCluster, RestoreDBClusterFromSnapshot, and RestoreDBClusterToPointInTime.
For more information on Amazon Aurora DB clusters, see What is Amazon Aurora? in the Amazon Aurora User Guide.
For more information on Multi-AZ DB clusters, see Multi-AZ deployments with two readable standby DB instances in the Amazon RDS User Guide.
source§impl RestoreDbClusterFromS3Output
impl RestoreDbClusterFromS3Output
sourcepub fn builder() -> RestoreDbClusterFromS3OutputBuilder
pub fn builder() -> RestoreDbClusterFromS3OutputBuilder
Creates a new builder-style object to manufacture RestoreDbClusterFromS3Output.
Trait Implementations§
source§impl Clone for RestoreDbClusterFromS3Output
impl Clone for RestoreDbClusterFromS3Output
source§fn clone(&self) -> RestoreDbClusterFromS3Output
fn clone(&self) -> RestoreDbClusterFromS3Output
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for RestoreDbClusterFromS3Output
impl Debug for RestoreDbClusterFromS3Output
source§impl PartialEq<RestoreDbClusterFromS3Output> for RestoreDbClusterFromS3Output
impl PartialEq<RestoreDbClusterFromS3Output> for RestoreDbClusterFromS3Output
source§fn eq(&self, other: &RestoreDbClusterFromS3Output) -> bool
fn eq(&self, other: &RestoreDbClusterFromS3Output) -> bool
self and other values to be equal, and is used
by ==.source§impl RequestId for RestoreDbClusterFromS3Output
impl RequestId for RestoreDbClusterFromS3Output
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None if the service could not be reached.