class Aws::OpenSearchService::Types::DescribeReservedInstanceOfferingsRequest

Container for parameters to `DescribeReservedInstanceOfferings`

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

data as a hash:

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

@!attribute [rw] reserved_instance_offering_id

The offering identifier filter value. Use this parameter to show
only the available offering that matches the specified reservation
identifier.
@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/DescribeReservedInstanceOfferingsRequest AWS API Documentation

Constants

SENSITIVE