Class: Aws::OpenSearchService::Types::ListPackagesForDomainResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb

Overview

Container for the response parameters to the ListPackagesForDomain operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_package_details_listArray<Types::DomainPackageDetails>

List of all packages associated with a domain.

Returns:



4243
4244
4245
4246
4247
4248
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4243

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

#next_tokenString

When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Send the request again using the returned token to retrieve the next page.

Returns:

  • (String)


4243
4244
4245
4246
4247
4248
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4243

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