#[non_exhaustive]pub struct DescribeReservedCacheNodesOfferingsOutput { /* private fields */ }
Expand description
Represents the output of a DescribeReservedCacheNodesOfferings
operation.
Implementations§
source§impl DescribeReservedCacheNodesOfferingsOutput
impl DescribeReservedCacheNodesOfferingsOutput
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_offerings(
&self
) -> Option<&[ReservedCacheNodesOffering]>
pub fn reserved_cache_nodes_offerings(
&self
) -> Option<&[ReservedCacheNodesOffering]>
A list of reserved cache node offerings. Each element in the list contains detailed information about one offering.
source§impl DescribeReservedCacheNodesOfferingsOutput
impl DescribeReservedCacheNodesOfferingsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeReservedCacheNodesOfferingsOutput
.
Trait Implementations§
source§impl Clone for DescribeReservedCacheNodesOfferingsOutput
impl Clone for DescribeReservedCacheNodesOfferingsOutput
source§fn clone(&self) -> DescribeReservedCacheNodesOfferingsOutput
fn clone(&self) -> DescribeReservedCacheNodesOfferingsOutput
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<DescribeReservedCacheNodesOfferingsOutput> for DescribeReservedCacheNodesOfferingsOutput
impl PartialEq<DescribeReservedCacheNodesOfferingsOutput> for DescribeReservedCacheNodesOfferingsOutput
source§fn eq(&self, other: &DescribeReservedCacheNodesOfferingsOutput) -> bool
fn eq(&self, other: &DescribeReservedCacheNodesOfferingsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.