#[non_exhaustive]pub struct DeleteCacheClusterInput { /* private fields */ }
Expand description
Represents the input of a DeleteCacheCluster
operation.
Implementations§
source§impl DeleteCacheClusterInput
impl DeleteCacheClusterInput
sourcepub fn cache_cluster_id(&self) -> Option<&str>
pub fn cache_cluster_id(&self) -> Option<&str>
The cluster identifier for the cluster to be deleted. This parameter is not case sensitive.
sourcepub fn final_snapshot_identifier(&self) -> Option<&str>
pub fn final_snapshot_identifier(&self) -> Option<&str>
The user-supplied name of a final cluster snapshot. This is the unique name that identifies the snapshot. ElastiCache creates the snapshot, and then deletes the cluster immediately afterward.
source§impl DeleteCacheClusterInput
impl DeleteCacheClusterInput
sourcepub fn builder() -> DeleteCacheClusterInputBuilder
pub fn builder() -> DeleteCacheClusterInputBuilder
Creates a new builder-style object to manufacture DeleteCacheClusterInput
.
source§impl DeleteCacheClusterInput
impl DeleteCacheClusterInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteCacheCluster, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DeleteCacheCluster, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteCacheCluster
>
Trait Implementations§
source§impl Clone for DeleteCacheClusterInput
impl Clone for DeleteCacheClusterInput
source§fn clone(&self) -> DeleteCacheClusterInput
fn clone(&self) -> DeleteCacheClusterInput
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 DeleteCacheClusterInput
impl Debug for DeleteCacheClusterInput
source§impl PartialEq<DeleteCacheClusterInput> for DeleteCacheClusterInput
impl PartialEq<DeleteCacheClusterInput> for DeleteCacheClusterInput
source§fn eq(&self, other: &DeleteCacheClusterInput) -> bool
fn eq(&self, other: &DeleteCacheClusterInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.