Class: Aws::OpenSearchService::Types::ListDomainsForPackageResponse

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 ListDomainsForPackage operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_package_details_listArray<Types::DomainPackageDetails>

Information about all domains associated with a package.

Returns:



4134
4135
4136
4137
4138
4139
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4134

class ListDomainsForPackageResponse < 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)


4134
4135
4136
4137
4138
4139
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4134

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