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 ‘PackageVersionHistory` objects.
Instance Attribute Details
#next_token ⇒ String
2763 2764 2765 2766 2767 2768 2769 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2763 class GetPackageVersionHistoryResponse < Struct.new( :package_id, :package_version_history_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#package_id ⇒ String
2763 2764 2765 2766 2767 2768 2769 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2763 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.
2763 2764 2765 2766 2767 2768 2769 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2763 class GetPackageVersionHistoryResponse < Struct.new( :package_id, :package_version_history_list, :next_token) SENSITIVE = [] include Aws::Structure end |