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