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