#[non_exhaustive]pub struct DeleteClusterSnapshotInput { /* private fields */ }
Expand description
Implementations§
source§impl DeleteClusterSnapshotInput
impl DeleteClusterSnapshotInput
sourcepub fn snapshot_identifier(&self) -> Option<&str>
pub fn snapshot_identifier(&self) -> Option<&str>
The unique identifier of the manual snapshot to be deleted.
Constraints: Must be the name of an existing snapshot that is in the available
, failed
, or cancelled
state.
sourcepub fn snapshot_cluster_identifier(&self) -> Option<&str>
pub fn snapshot_cluster_identifier(&self) -> Option<&str>
The unique identifier of the cluster the snapshot was created from. This parameter is required if your IAM user or role has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.
Constraints: Must be the name of valid cluster.
source§impl DeleteClusterSnapshotInput
impl DeleteClusterSnapshotInput
sourcepub fn builder() -> DeleteClusterSnapshotInputBuilder
pub fn builder() -> DeleteClusterSnapshotInputBuilder
Creates a new builder-style object to manufacture DeleteClusterSnapshotInput
.
source§impl DeleteClusterSnapshotInput
impl DeleteClusterSnapshotInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteClusterSnapshot, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DeleteClusterSnapshot, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteClusterSnapshot
>
Trait Implementations§
source§impl Clone for DeleteClusterSnapshotInput
impl Clone for DeleteClusterSnapshotInput
source§fn clone(&self) -> DeleteClusterSnapshotInput
fn clone(&self) -> DeleteClusterSnapshotInput
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 DeleteClusterSnapshotInput
impl Debug for DeleteClusterSnapshotInput
source§impl PartialEq<DeleteClusterSnapshotInput> for DeleteClusterSnapshotInput
impl PartialEq<DeleteClusterSnapshotInput> for DeleteClusterSnapshotInput
source§fn eq(&self, other: &DeleteClusterSnapshotInput) -> bool
fn eq(&self, other: &DeleteClusterSnapshotInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteClusterSnapshotInput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteClusterSnapshotInput
impl Send for DeleteClusterSnapshotInput
impl Sync for DeleteClusterSnapshotInput
impl Unpin for DeleteClusterSnapshotInput
impl UnwindSafe for DeleteClusterSnapshotInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more