class Aws::OpenSearchService::Types::ListPackagesForDomainRequest
Container for the request parameters to the ` ListPackagesForDomain ` operation.
@note When making an API call, you may pass ListPackagesForDomainRequest
data as a hash: { domain_name: "DomainName", # required max_results: 1, next_token: "NextToken", }
@!attribute [rw] domain_name
The name of the domain for which you want to list associated packages. @return [String]
@!attribute [rw] max_results
Limits results to a maximum number of packages. @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/ListPackagesForDomainRequest AWS API Documentation
Constants
- SENSITIVE