#[non_exhaustive]pub struct DeleteDbClusterSnapshotInput { /* private fields */ }Expand description
Represents the input to DeleteDBClusterSnapshot.
Implementations§
source§impl DeleteDbClusterSnapshotInput
impl DeleteDbClusterSnapshotInput
sourcepub fn db_cluster_snapshot_identifier(&self) -> Option<&str>
pub fn db_cluster_snapshot_identifier(&self) -> Option<&str>
The identifier of the cluster snapshot to delete.
Constraints: Must be the name of an existing cluster snapshot in the available state.
source§impl DeleteDbClusterSnapshotInput
impl DeleteDbClusterSnapshotInput
sourcepub fn builder() -> DeleteDbClusterSnapshotInputBuilder
pub fn builder() -> DeleteDbClusterSnapshotInputBuilder
Creates a new builder-style object to manufacture DeleteDbClusterSnapshotInput.
source§impl DeleteDbClusterSnapshotInput
impl DeleteDbClusterSnapshotInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteDBClusterSnapshot, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DeleteDBClusterSnapshot, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteDBClusterSnapshot>
Trait Implementations§
source§impl Clone for DeleteDbClusterSnapshotInput
impl Clone for DeleteDbClusterSnapshotInput
source§fn clone(&self) -> DeleteDbClusterSnapshotInput
fn clone(&self) -> DeleteDbClusterSnapshotInput
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 DeleteDbClusterSnapshotInput
impl Debug for DeleteDbClusterSnapshotInput
source§impl PartialEq<DeleteDbClusterSnapshotInput> for DeleteDbClusterSnapshotInput
impl PartialEq<DeleteDbClusterSnapshotInput> for DeleteDbClusterSnapshotInput
source§fn eq(&self, other: &DeleteDbClusterSnapshotInput) -> bool
fn eq(&self, other: &DeleteDbClusterSnapshotInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.