#[non_exhaustive]pub struct DescribeCacheClustersOutput { /* private fields */ }
Expand description
Represents the output of a DescribeCacheClusters
operation.
Implementations§
source§impl DescribeCacheClustersOutput
impl DescribeCacheClustersOutput
sourcepub fn marker(&self) -> Option<&str>
pub fn marker(&self) -> Option<&str>
Provides an identifier to allow retrieval of paginated results.
sourcepub fn cache_clusters(&self) -> Option<&[CacheCluster]>
pub fn cache_clusters(&self) -> Option<&[CacheCluster]>
A list of clusters. Each item in the list contains detailed information about one cluster.
source§impl DescribeCacheClustersOutput
impl DescribeCacheClustersOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeCacheClustersOutput
.
Trait Implementations§
source§impl Clone for DescribeCacheClustersOutput
impl Clone for DescribeCacheClustersOutput
source§fn clone(&self) -> DescribeCacheClustersOutput
fn clone(&self) -> DescribeCacheClustersOutput
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 DescribeCacheClustersOutput
impl Debug for DescribeCacheClustersOutput
source§impl PartialEq<DescribeCacheClustersOutput> for DescribeCacheClustersOutput
impl PartialEq<DescribeCacheClustersOutput> for DescribeCacheClustersOutput
source§fn eq(&self, other: &DescribeCacheClustersOutput) -> bool
fn eq(&self, other: &DescribeCacheClustersOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.