elasticsearchservice_describe_reserved_elasticsearch_instances {paws.analytics} | R Documentation |
Returns information about reserved Elasticsearch instances for this account
Description
Returns information about reserved Elasticsearch instances for this account.
See https://www.paws-r-sdk.com/docs/elasticsearchservice_describe_reserved_elasticsearch_instances/ for full documentation.
Usage
elasticsearchservice_describe_reserved_elasticsearch_instances(
ReservedElasticsearchInstanceId = NULL,
MaxResults = NULL,
NextToken = NULL
)
Arguments
ReservedElasticsearchInstanceId |
The reserved instance identifier filter value. Use this parameter to show only the reservation that matches the specified reserved Elasticsearch instance ID. |
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.7.0 Index]