#[non_exhaustive]pub struct DeleteCacheClusterOutput { /* private fields */ }
Implementations§
source§impl DeleteCacheClusterOutput
impl DeleteCacheClusterOutput
sourcepub fn cache_cluster(&self) -> Option<&CacheCluster>
pub fn cache_cluster(&self) -> Option<&CacheCluster>
Contains all of the attributes of a specific cluster.
source§impl DeleteCacheClusterOutput
impl DeleteCacheClusterOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteCacheClusterOutput
.
Trait Implementations§
source§impl Clone for DeleteCacheClusterOutput
impl Clone for DeleteCacheClusterOutput
source§fn clone(&self) -> DeleteCacheClusterOutput
fn clone(&self) -> DeleteCacheClusterOutput
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 DeleteCacheClusterOutput
impl Debug for DeleteCacheClusterOutput
source§impl PartialEq<DeleteCacheClusterOutput> for DeleteCacheClusterOutput
impl PartialEq<DeleteCacheClusterOutput> for DeleteCacheClusterOutput
source§fn eq(&self, other: &DeleteCacheClusterOutput) -> bool
fn eq(&self, other: &DeleteCacheClusterOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.