class Aws::ElasticsearchService::Types::GetPackageVersionHistoryRequest
Container for request parameters to ` 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 versions of the package. @return [String]
@!attribute [rw] max_results
Limits results to a maximum number of 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]
Constants
- SENSITIVE