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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticsearchservice/types.rb

Overview

Filter to apply in DescribePackage response.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Any field from PackageDetails.

Returns:

  • (String)


1744
1745
1746
1747
1748
1749
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1744

class DescribePackagesFilter < Struct.new(
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueArray<String>

A non-empty list of values for the specified field.

Returns:

  • (Array<String>)


1744
1745
1746
1747
1748
1749
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1744

class DescribePackagesFilter < Struct.new(
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end