#[non_exhaustive]pub struct FailoverGlobalClusterOutput { /* private fields */ }Implementations§
source§impl FailoverGlobalClusterOutput
impl FailoverGlobalClusterOutput
sourcepub fn global_cluster(&self) -> Option<&GlobalCluster>
pub fn global_cluster(&self) -> Option<&GlobalCluster>
A data type representing an Aurora global database.
source§impl FailoverGlobalClusterOutput
impl FailoverGlobalClusterOutput
sourcepub fn builder() -> FailoverGlobalClusterOutputBuilder
pub fn builder() -> FailoverGlobalClusterOutputBuilder
Creates a new builder-style object to manufacture FailoverGlobalClusterOutput.
Trait Implementations§
source§impl Clone for FailoverGlobalClusterOutput
impl Clone for FailoverGlobalClusterOutput
source§fn clone(&self) -> FailoverGlobalClusterOutput
fn clone(&self) -> FailoverGlobalClusterOutput
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 FailoverGlobalClusterOutput
impl Debug for FailoverGlobalClusterOutput
source§impl PartialEq<FailoverGlobalClusterOutput> for FailoverGlobalClusterOutput
impl PartialEq<FailoverGlobalClusterOutput> for FailoverGlobalClusterOutput
source§fn eq(&self, other: &FailoverGlobalClusterOutput) -> bool
fn eq(&self, other: &FailoverGlobalClusterOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for FailoverGlobalClusterOutput
impl RequestId for FailoverGlobalClusterOutput
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.