Class: Aws::ElasticsearchService::Types::GetPackageVersionHistoryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::GetPackageVersionHistoryResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
Container for response returned by GetPackageVersionHistory
operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #next_token ⇒ String
- #package_id ⇒ String
-
#package_version_history_list ⇒ Array<Types::PackageVersionHistory>
List of
PackageVersionHistoryobjects.
Instance Attribute Details
#next_token ⇒ String
2812 2813 2814 2815 2816 2817 2818 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2812 class GetPackageVersionHistoryResponse < Struct.new( :package_id, :package_version_history_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#package_id ⇒ String
2812 2813 2814 2815 2816 2817 2818 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2812 class GetPackageVersionHistoryResponse < Struct.new( :package_id, :package_version_history_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#package_version_history_list ⇒ Array<Types::PackageVersionHistory>
List of PackageVersionHistory objects.
2812 2813 2814 2815 2816 2817 2818 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2812 class GetPackageVersionHistoryResponse < Struct.new( :package_id, :package_version_history_list, :next_token) SENSITIVE = [] include Aws::Structure end |