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

Class: Aws::ElasticsearchService::Types::DescribeReservedElasticsearchInstanceOfferingsRequest

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

Overview

Note:

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

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

Container for parameters to DescribeReservedElasticsearchInstanceOfferings

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_offering_idString

The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.

Returns:

  • (String)

    The offering identifier filter value.