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