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
2607 2608 2609 2610 2611 2612 2613 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2607 class GetPackageVersionHistoryResponse < Struct.new( :package_id, :package_version_history_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#package_id ⇒ String
2607 2608 2609 2610 2611 2612 2613 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2607 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.
2607 2608 2609 2610 2611 2612 2613 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2607 class GetPackageVersionHistoryResponse < Struct.new( :package_id, :package_version_history_list, :next_token) SENSITIVE = [] include Aws::Structure end |