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