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