Class: Aws::ElasticsearchService::Types::GetPackageVersionHistoryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::GetPackageVersionHistoryRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
Container for request parameters to ‘ GetPackageVersionHistory ` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
Limits results to a maximum number of versions.
-
#next_token ⇒ String
Used for pagination.
-
#package_id ⇒ String
Returns an audit history of versions of the package.
Instance Attribute Details
#max_results ⇒ Integer
Limits results to a maximum number of versions.
2461 2462 2463 2464 2465 2466 2467 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2461 class GetPackageVersionHistoryRequest < Struct.new( :package_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Used for pagination. Only necessary if a previous API call includes a non-null NextToken value. If provided, returns results for the next page.
2461 2462 2463 2464 2465 2466 2467 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2461 class GetPackageVersionHistoryRequest < Struct.new( :package_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#package_id ⇒ String
Returns an audit history of versions of the package.
2461 2462 2463 2464 2465 2466 2467 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2461 class GetPackageVersionHistoryRequest < Struct.new( :package_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |