Class: Aws::ElasticsearchService::Types::DescribePackagesFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::DescribePackagesFilter
- 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
-
#name ⇒ String
Any field from
PackageDetails. -
#value ⇒ Array<String>
A non-empty list of values for the specified field.
Instance Attribute Details
#name ⇒ String
Any field from PackageDetails.
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 |
#value ⇒ Array<String>
A non-empty list of values for the specified field.
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 |