Struct aws_sdk_rds::input::DeleteDbClusterSnapshotInput
source · [−]#[non_exhaustive]pub struct DeleteDbClusterSnapshotInput { /* private fields */ }Expand description
Implementations
sourceimpl 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>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteDbClusterSnapshotInput.
sourceimpl 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 DB cluster snapshot to delete.
Constraints: Must be the name of an existing DB cluster snapshot in the available state.
Trait Implementations
sourceimpl Clone for DeleteDbClusterSnapshotInput
impl Clone for DeleteDbClusterSnapshotInput
sourcefn clone(&self) -> DeleteDbClusterSnapshotInput
fn clone(&self) -> DeleteDbClusterSnapshotInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DeleteDbClusterSnapshotInput
impl Debug for DeleteDbClusterSnapshotInput
sourceimpl PartialEq<DeleteDbClusterSnapshotInput> for DeleteDbClusterSnapshotInput
impl PartialEq<DeleteDbClusterSnapshotInput> for DeleteDbClusterSnapshotInput
sourcefn eq(&self, other: &DeleteDbClusterSnapshotInput) -> bool
fn eq(&self, other: &DeleteDbClusterSnapshotInput) -> bool
impl StructuralPartialEq for DeleteDbClusterSnapshotInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteDbClusterSnapshotInput
impl Send for DeleteDbClusterSnapshotInput
impl Sync for DeleteDbClusterSnapshotInput
impl Unpin for DeleteDbClusterSnapshotInput
impl UnwindSafe for DeleteDbClusterSnapshotInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more