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