class Aws::OpenSearchService::Types::ListDomainsForPackageRequest

Container for the request parameters to the ` ListDomainsForPackage ` operation.

@note When making an API call, you may pass ListDomainsForPackageRequest

data as a hash:

    {
      package_id: "PackageID", # required
      max_results: 1,
      next_token: "NextToken",
    }

@!attribute [rw] package_id

The package for which to list associated domains.
@return [String]

@!attribute [rw] max_results

Limits the results to a maximum number of domains.
@return [Integer]

@!attribute [rw] next_token

Used for pagination. Only necessary if a previous API call includes
a non-null NextToken value. If provided, returns results for the
next page.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/ListDomainsForPackageRequest AWS API Documentation

Constants

SENSITIVE