#[non_exhaustive]pub struct PurchaseReservedCacheNodesOfferingOutput { /* private fields */ }
Implementations§
source§impl PurchaseReservedCacheNodesOfferingOutput
impl PurchaseReservedCacheNodesOfferingOutput
sourcepub fn reserved_cache_node(&self) -> Option<&ReservedCacheNode>
pub fn reserved_cache_node(&self) -> Option<&ReservedCacheNode>
Represents the output of a PurchaseReservedCacheNodesOffering
operation.
source§impl PurchaseReservedCacheNodesOfferingOutput
impl PurchaseReservedCacheNodesOfferingOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PurchaseReservedCacheNodesOfferingOutput
.
Trait Implementations§
source§impl Clone for PurchaseReservedCacheNodesOfferingOutput
impl Clone for PurchaseReservedCacheNodesOfferingOutput
source§fn clone(&self) -> PurchaseReservedCacheNodesOfferingOutput
fn clone(&self) -> PurchaseReservedCacheNodesOfferingOutput
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<PurchaseReservedCacheNodesOfferingOutput> for PurchaseReservedCacheNodesOfferingOutput
impl PartialEq<PurchaseReservedCacheNodesOfferingOutput> for PurchaseReservedCacheNodesOfferingOutput
source§fn eq(&self, other: &PurchaseReservedCacheNodesOfferingOutput) -> bool
fn eq(&self, other: &PurchaseReservedCacheNodesOfferingOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.