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

Class: Aws::ElasticsearchService::Types::ListPackagesForDomainRequest

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

Overview

Note:

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

{
  domain_name: "DomainName", # required
  max_results: 1,
  next_token: "NextToken",
}

Container for request parameters to ListPackagesForDomain operation.

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The name of the domain for which you want to list associated packages.

Returns:

  • (String)

    The name of the domain for which you want to list associated packages.

#max_resultsInteger

Limits results to a maximum number of packages.

Returns:

  • (Integer)

    Limits results to a maximum number of packages.

#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.