Class: Aws::ElasticsearchService::Types::GetPackageVersionHistoryResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#next_tokenString

Returns:

  • (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_idString

Returns:

  • (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_listArray<Types::PackageVersionHistory>

List of ‘PackageVersionHistory` objects.

Returns:



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