elasticsearchservice_describe_reserved_elasticsearch_instance_offerings {paws.analytics} | R Documentation |
Lists available reserved Elasticsearch instance offerings
Description
Lists 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. |
[Package paws.analytics version 0.9.0 Index]