You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ElasticsearchService::Types::GetPackageVersionHistoryRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing GetPackageVersionHistoryRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Container for request parameters to GetPackageVersionHistory operation.

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

Limits results to a maximum number of versions.

Returns:

  • (Integer)

    Limits results to a maximum number of versions.

#next_tokenString

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

Returns:

  • (String)

    Used for pagination.

#package_idString

Returns an audit history of versions of the package.

Returns:

  • (String)

    Returns an audit history of versions of the package.