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)


1600
1601
1602
1603
1604
1605
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1600

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


1600
1601
1602
1603
1604
1605
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1600

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