You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ElasticsearchService::Types::PurchaseReservedElasticsearchInstanceOfferingRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing PurchaseReservedElasticsearchInstanceOfferingRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  reserved_elasticsearch_instance_offering_id: "GUID", # required
  reservation_name: "ReservationToken", # required
  instance_count: 1,
}

Container for parameters to PurchaseReservedElasticsearchInstanceOffering

Instance Attribute Summary collapse

Instance Attribute Details

#instance_countInteger

The number of Elasticsearch instances to reserve.

Returns:

  • (Integer)

    The number of Elasticsearch instances to reserve.

#reservation_nameString

A customer-specified identifier to track this reservation.

Returns:

  • (String)

    A customer-specified identifier to track this reservation.

#reserved_elasticsearch_instance_offering_idString

The ID of the reserved Elasticsearch instance offering to purchase.

Returns:

  • (String)

    The ID of the reserved Elasticsearch instance offering to purchase.