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

Class: Aws::ElasticsearchService::Types::DescribeReservedElasticsearchInstancesRequest

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

Overview

Note:

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

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

Container for parameters to DescribeReservedElasticsearchInstances

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

Set this value to limit the number of results returned. If not specified, defaults to 100.

Returns:

  • (Integer)

    Set this value to limit the number of results returned.

#next_tokenString

NextToken should be sent in case if earlier API call produced result containing NextToken. It is used for pagination.

Returns:

  • (String)

    NextToken should be sent in case if earlier API call produced result containing NextToken.

#reserved_elasticsearch_instance_idString

The reserved instance identifier filter value. Use this parameter to show only the reservation that matches the specified reserved Elasticsearch instance ID.

Returns:

  • (String)

    The reserved instance identifier filter value.