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