Class: Aws::ElasticsearchService::Types::ListPackagesForDomainResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticsearchservice/types.rb

Overview

Container for response parameters to ‘ ListPackagesForDomain ` operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_package_details_listArray<Types::DomainPackageDetails>

List of ‘DomainPackageDetails` objects.

Returns:



3056
3057
3058
3059
3060
3061
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3056

class ListPackagesForDomainResponse < Struct.new(
  :domain_package_details_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Pagination token that needs to be supplied to the next call to get the next page of results.

Returns:

  • (String)


3056
3057
3058
3059
3060
3061
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3056

class ListPackagesForDomainResponse < Struct.new(
  :domain_package_details_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end