Struct aws_sdk_opensearch::input::PurchaseReservedInstanceOfferingInput [−][src]
#[non_exhaustive]pub struct PurchaseReservedInstanceOfferingInput {
pub reserved_instance_offering_id: Option<String>,
pub reservation_name: Option<String>,
pub instance_count: i32,
}
Expand description
Container for parameters to
PurchaseReservedInstanceOffering
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_instance_offering_id: Option<String>
The ID of the reserved OpenSearch instance offering to purchase.
reservation_name: Option<String>
A customer-specified identifier to track this reservation.
instance_count: i32
The number of OpenSearch instances to reserve.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PurchaseReservedInstanceOffering, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PurchaseReservedInstanceOffering, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<PurchaseReservedInstanceOffering
>
Creates a new builder-style object to manufacture PurchaseReservedInstanceOfferingInput
The ID of the reserved OpenSearch instance offering to purchase.
A customer-specified identifier to track this reservation.
The number of OpenSearch instances to reserve.
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
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