class Aws::OpenSearchService::Types::DescribePackagesFilter

A filter to apply to the `DescribePackage` response.

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

data as a hash:

    {
      name: "PackageID", # accepts PackageID, PackageName, PackageStatus
      value: ["DescribePackagesFilterValue"],
    }

@!attribute [rw] name

Any field from `PackageDetails`.
@return [String]

@!attribute [rw] value

A list of values for the specified field.
@return [Array<String>]

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

Constants

SENSITIVE