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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb

Overview

Container for request parameters to GetPackageVersionHistory operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

Limits results to a maximum number of versions.

Returns:

  • (Integer)


2586
2587
2588
2589
2590
2591
2592
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 2586

class GetPackageVersionHistoryRequest < Struct.new(
  :package_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#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)


2586
2587
2588
2589
2590
2591
2592
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 2586

class GetPackageVersionHistoryRequest < Struct.new(
  :package_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#package_idString

Returns an audit history of versions of the package.

Returns:

  • (String)


2586
2587
2588
2589
2590
2591
2592
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 2586

class GetPackageVersionHistoryRequest < Struct.new(
  :package_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end