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