Class: Aws::OpenSearchService::Types::ListDomainsForPackageRequest

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

Overview

Container for the request parameters to the ListDomainsForPackage operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

An optional parameter that specifies the maximum number of results to return. You can use nextToken to get the next page of results.

Returns:

  • (Integer)


4110
4111
4112
4113
4114
4115
4116
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4110

class ListDomainsForPackageRequest < Struct.new(
  :package_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If your initial ListDomainsForPackage operation returns a nextToken, you can include the returned nextToken in subsequent ListDomainsForPackage operations, which returns results in the next page.

Returns:

  • (String)


4110
4111
4112
4113
4114
4115
4116
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4110

class ListDomainsForPackageRequest < Struct.new(
  :package_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#package_idString

The unique identifier of the package for which to list associated domains.

Returns:

  • (String)


4110
4111
4112
4113
4114
4115
4116
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4110

class ListDomainsForPackageRequest < Struct.new(
  :package_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end