Lists available reserved Elasticsearch instance offerings
Source:R/elasticsearchservice_operations.R
elasticsearchservice_descr_reser_elast_insta_offer.RdLists available reserved Elasticsearch instance offerings.
See https://www.paws-r-sdk.com/docs/elasticsearchservice_describe_reserved_elasticsearch_instance_offerings/ for full documentation.
Usage
elasticsearchservice_describe_reserved_elasticsearch_instance_offerings(
ReservedElasticsearchInstanceOfferingId = NULL,
MaxResults = NULL,
NextToken = NULL
)Arguments
- ReservedElasticsearchInstanceOfferingId
The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.
- MaxResults
Set this value to limit the number of results returned. If not specified, defaults to 100.
- NextToken
NextToken should be sent in case if earlier API call produced result containing NextToken. It is used for pagination.