class Aws::OpenSearchService::Types::DescribeReservedInstancesRequest

Container for parameters to `DescribeReservedInstances`

@note When making an API call, you may pass DescribeReservedInstancesRequest

data as a hash:

    {
      reserved_instance_id: "GUID",
      max_results: 1,
      next_token: "NextToken",
    }

@!attribute [rw] reserved_instance_id

The reserved instance identifier filter value. Use this parameter to
show only the reservation that matches the specified reserved
OpenSearch instance ID.
@return [String]

@!attribute [rw] max_results

Set this value to limit the number of results returned. If not
specified, defaults to 100.
@return [Integer]

@!attribute [rw] next_token

Provides an identifier to allow retrieval of paginated results.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/DescribeReservedInstancesRequest AWS API Documentation

Constants

SENSITIVE