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