Struct aws_sdk_elasticache::input::DeleteCacheClusterInput
source · [−]#[non_exhaustive]pub struct DeleteCacheClusterInput { /* private fields */ }Expand description
Represents the input of a DeleteCacheCluster operation.
Implementations
sourceimpl 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>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteCacheClusterInput.
sourceimpl 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.
Trait Implementations
sourceimpl Clone for DeleteCacheClusterInput
impl Clone for DeleteCacheClusterInput
sourcefn clone(&self) -> DeleteCacheClusterInput
fn clone(&self) -> DeleteCacheClusterInput
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 DeleteCacheClusterInput
impl Debug for DeleteCacheClusterInput
sourceimpl PartialEq<DeleteCacheClusterInput> for DeleteCacheClusterInput
impl PartialEq<DeleteCacheClusterInput> for DeleteCacheClusterInput
sourcefn eq(&self, other: &DeleteCacheClusterInput) -> bool
fn eq(&self, other: &DeleteCacheClusterInput) -> bool
impl StructuralPartialEq for DeleteCacheClusterInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteCacheClusterInput
impl Send for DeleteCacheClusterInput
impl Sync for DeleteCacheClusterInput
impl Unpin for DeleteCacheClusterInput
impl UnwindSafe for DeleteCacheClusterInput
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