Struct aws_sdk_elasticache::input::DeleteSnapshotInput
source · #[non_exhaustive]pub struct DeleteSnapshotInput { /* private fields */ }
Expand description
Represents the input of a DeleteSnapshot
operation.
Implementations§
source§impl DeleteSnapshotInput
impl DeleteSnapshotInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteSnapshot, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteSnapshot, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteSnapshot
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteSnapshotInput
.
source§impl DeleteSnapshotInput
impl DeleteSnapshotInput
sourcepub fn snapshot_name(&self) -> Option<&str>
pub fn snapshot_name(&self) -> Option<&str>
The name of the snapshot to be deleted.
Trait Implementations§
source§impl Clone for DeleteSnapshotInput
impl Clone for DeleteSnapshotInput
source§fn clone(&self) -> DeleteSnapshotInput
fn clone(&self) -> DeleteSnapshotInput
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 DeleteSnapshotInput
impl Debug for DeleteSnapshotInput
source§impl PartialEq<DeleteSnapshotInput> for DeleteSnapshotInput
impl PartialEq<DeleteSnapshotInput> for DeleteSnapshotInput
source§fn eq(&self, other: &DeleteSnapshotInput) -> bool
fn eq(&self, other: &DeleteSnapshotInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.