#[non_exhaustive]pub struct PurchaseReservedNodeOfferingInput {
pub reserved_node_offering_id: Option<String>,
pub node_count: Option<i32>,
}
Expand description
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.reserved_node_offering_id: Option<String>
The unique identifier of the reserved node offering you want to purchase.
node_count: Option<i32>
The number of reserved nodes that you want to purchase.
Default: 1
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PurchaseReservedNodeOffering, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PurchaseReservedNodeOffering, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<PurchaseReservedNodeOffering
>
Creates a new builder-style object to manufacture PurchaseReservedNodeOfferingInput
The unique identifier of the reserved node offering you want to purchase.
The number of reserved nodes that you want to purchase.
Default: 1
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for PurchaseReservedNodeOfferingInput
impl Sync for PurchaseReservedNodeOfferingInput
impl Unpin for PurchaseReservedNodeOfferingInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more