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