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