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