#[non_exhaustive]pub struct PurchaseReservedNodesOfferingInput { /* private fields */ }
Implementations§
source§impl PurchaseReservedNodesOfferingInput
impl PurchaseReservedNodesOfferingInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PurchaseReservedNodesOffering, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PurchaseReservedNodesOffering, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<PurchaseReservedNodesOffering
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PurchaseReservedNodesOfferingInput
.
source§impl PurchaseReservedNodesOfferingInput
impl PurchaseReservedNodesOfferingInput
sourcepub fn reserved_nodes_offering_id(&self) -> Option<&str>
pub fn reserved_nodes_offering_id(&self) -> Option<&str>
The ID of the reserved node offering to purchase.
sourcepub fn reservation_id(&self) -> Option<&str>
pub fn reservation_id(&self) -> Option<&str>
A customer-specified identifier to track this reservation.
sourcepub fn node_count(&self) -> Option<i32>
pub fn node_count(&self) -> Option<i32>
The number of node instances to reserve.
A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value, although null is accepted.
Trait Implementations§
source§impl Clone for PurchaseReservedNodesOfferingInput
impl Clone for PurchaseReservedNodesOfferingInput
source§fn clone(&self) -> PurchaseReservedNodesOfferingInput
fn clone(&self) -> PurchaseReservedNodesOfferingInput
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<PurchaseReservedNodesOfferingInput> for PurchaseReservedNodesOfferingInput
impl PartialEq<PurchaseReservedNodesOfferingInput> for PurchaseReservedNodesOfferingInput
source§fn eq(&self, other: &PurchaseReservedNodesOfferingInput) -> bool
fn eq(&self, other: &PurchaseReservedNodesOfferingInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.