class Aws::ElasticsearchService::Types::DescribeReservedElasticsearchInstanceOfferingsRequest

Container for parameters to `DescribeReservedElasticsearchInstanceOfferings`

@note When making an API call, you may pass DescribeReservedElasticsearchInstanceOfferingsRequest

data as a hash:

    {
      reserved_elasticsearch_instance_offering_id: "GUID",
      max_results: 1,
      next_token: "NextToken",
    }

@!attribute [rw] reserved_elasticsearch_instance_offering_id

The offering identifier filter value. Use this parameter to show
only the available offering that matches the specified reservation
identifier.
@return [String]

@!attribute [rw] max_results

Set this value to limit the number of results returned. If not
specified, defaults to 100.
@return [Integer]

@!attribute [rw] next_token

NextToken should be sent in case if earlier API call produced result
containing NextToken. It is used for pagination.
@return [String]

Constants

SENSITIVE