Describes the available Amazon OpenSearch Service Reserved Instance offerings for a given Region
Source:R/opensearchservice_operations.R
opensearchservice_describe_reserved_instance_offerings.RdDescribes the available Amazon OpenSearch Service Reserved Instance offerings for a given Region. For more information, see Reserved Instances in Amazon OpenSearch Service.
See https://www.paws-r-sdk.com/docs/opensearchservice_describe_reserved_instance_offerings/ for full documentation.
Usage
opensearchservice_describe_reserved_instance_offerings(
ReservedInstanceOfferingId = NULL,
MaxResults = NULL,
NextToken = NULL
)Arguments
- ReservedInstanceOfferingId
The Reserved Instance identifier filter value. Use this parameter to show only the available instance types that match the specified reservation identifier.
- 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_instance_offeringsoperation returns anextToken, you can include the returnednextTokenin subsequentdescribe_reserved_instance_offeringsoperations, which returns results in the next page.