class Aws::OpenSearchService::Types::GetPackageVersionHistoryRequest

Container for the request parameters to the ` GetPackageVersionHistory ` operation.

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

data as a hash:

    {
      package_id: "PackageID", # required
      max_results: 1,
      next_token: "NextToken",
    }

@!attribute [rw] package_id

Returns an audit history of package versions.
@return [String]

@!attribute [rw] max_results

Limits results to a maximum number of package versions.
@return [Integer]

@!attribute [rw] next_token

Used for pagination. Only necessary if a previous API call includes
a non-null NextToken value. If provided, returns results for the
next page.
@return [String]

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

Constants

SENSITIVE