You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ElasticsearchService::Types::ListDomainsForPackageRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListDomainsForPackageRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Container for request parameters to ListDomainsForPackage operation.

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

Limits results to a maximum number of domains.

Returns:

  • (Integer)

    Limits results to a maximum number of domains.

#next_tokenString

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

Returns:

  • (String)

    Used for pagination.

#package_idString

The package for which to list domains.

Returns:

  • (String)

    The package for which to list domains.