Struct aws_sdk_elasticache::operation::describe_reserved_cache_nodes::DescribeReservedCacheNodesOutput
source · #[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() -> DescribeReservedCacheNodesOutputBuilder
pub fn builder() -> DescribeReservedCacheNodesOutputBuilder
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 ==
.source§impl RequestId for DescribeReservedCacheNodesOutput
impl RequestId for DescribeReservedCacheNodesOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.