Describes the Amazon OpenSearch Service instances that you have reserved in a given Region
Source:R/opensearchservice_operations.R
opensearchservice_describe_reserved_instances.RdDescribes the Amazon OpenSearch Service instances that you have reserved in a given Region. For more information, see Reserved Instances in Amazon OpenSearch Service.
See https://www.paws-r-sdk.com/docs/opensearchservice_describe_reserved_instances/ for full documentation.
Usage
opensearchservice_describe_reserved_instances(
ReservedInstanceId = NULL,
MaxResults = NULL,
NextToken = NULL
)Arguments
- ReservedInstanceId
The reserved instance identifier filter value. Use this parameter to show only the reservation that matches the specified reserved OpenSearch instance ID.
- MaxResults
An optional parameter that specifies the maximum number of results to return. You can use
nextTokento get the next page of results.- NextToken
If your initial
describe_reserved_instancesoperation returns anextToken, you can include the returnednextTokenin subsequentdescribe_reserved_instancesoperations, which returns results in the next page.