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`.
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 |
#value ⇒ Array<String>
A non-empty list of values for the specified field.
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 |