class Aws::OpenSearchService::Types::DescribePackagesRequest
Container for the request parameters to the ` DescribePackage ` operation.
@note When making an API call, you may pass DescribePackagesRequest
data as a hash: { filters: [ { name: "PackageID", # accepts PackageID, PackageName, PackageStatus value: ["DescribePackagesFilterValue"], }, ], max_results: 1, next_token: "NextToken", }
@!attribute [rw] filters
Only returns packages that match the `DescribePackagesFilterList` values. @return [Array<Types::DescribePackagesFilter>]
@!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/DescribePackagesRequest AWS API Documentation
Constants
- SENSITIVE