class Aws::ElasticsearchService::Types::DescribeReservedElasticsearchInstancesRequest

Container for parameters to `DescribeReservedElasticsearchInstances`

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

data as a hash:

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

@!attribute [rw] reserved_elasticsearch_instance_id

The reserved instance identifier filter value. Use this parameter to
show only the reservation that matches the specified reserved
Elasticsearch instance ID.
@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