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

Class: Aws::ElasticsearchService::Types::DescribePackagesFilter

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

Overview

Note:

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

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

Filter to apply in DescribePackage response.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Any field from PackageDetails.

Possible values:

  • PackageID
  • PackageName
  • PackageStatus

Returns:

  • (String)

    Any field from PackageDetails.

#valueArray<String>

A list of values for the specified field.

Returns:

  • (Array<String>)

    A list of values for the specified field.