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)


1496
1497
1498
1499
1500
1501
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1496

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>)


1496
1497
1498
1499
1500
1501
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1496

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