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
2482 2483 2484 2485 2486 2487 2488 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2482 class GetPackageVersionHistoryResponse < Struct.new( :package_id, :package_version_history_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#package_id ⇒ String
2482 2483 2484 2485 2486 2487 2488 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2482 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.
2482 2483 2484 2485 2486 2487 2488 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2482 class GetPackageVersionHistoryResponse < Struct.new( :package_id, :package_version_history_list, :next_token) SENSITIVE = [] include Aws::Structure end |