#[non_exhaustive]pub struct DeleteClusterSnapshotMessage { /* private fields */ }
Expand description
Implementations§
source§impl DeleteClusterSnapshotMessage
impl DeleteClusterSnapshotMessage
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 DeleteClusterSnapshotMessage
impl DeleteClusterSnapshotMessage
sourcepub fn builder() -> DeleteClusterSnapshotMessageBuilder
pub fn builder() -> DeleteClusterSnapshotMessageBuilder
Creates a new builder-style object to manufacture DeleteClusterSnapshotMessage
.
Trait Implementations§
source§impl Clone for DeleteClusterSnapshotMessage
impl Clone for DeleteClusterSnapshotMessage
source§fn clone(&self) -> DeleteClusterSnapshotMessage
fn clone(&self) -> DeleteClusterSnapshotMessage
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 DeleteClusterSnapshotMessage
impl Debug for DeleteClusterSnapshotMessage
source§impl PartialEq<DeleteClusterSnapshotMessage> for DeleteClusterSnapshotMessage
impl PartialEq<DeleteClusterSnapshotMessage> for DeleteClusterSnapshotMessage
source§fn eq(&self, other: &DeleteClusterSnapshotMessage) -> bool
fn eq(&self, other: &DeleteClusterSnapshotMessage) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteClusterSnapshotMessage
Auto Trait Implementations§
impl RefUnwindSafe for DeleteClusterSnapshotMessage
impl Send for DeleteClusterSnapshotMessage
impl Sync for DeleteClusterSnapshotMessage
impl Unpin for DeleteClusterSnapshotMessage
impl UnwindSafe for DeleteClusterSnapshotMessage
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