#[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() -> ModifyDbClusterOutputBuilder
pub fn builder() -> ModifyDbClusterOutputBuilder
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 ==.source§impl RequestId for ModifyDbClusterOutput
impl RequestId for ModifyDbClusterOutput
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.