Class: Aws::ElasticsearchService::Types::DescribePackagesFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::DescribePackagesFilter
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
Note:
When making an API call, you may pass DescribePackagesFilter data as a hash:
{
name: "PackageID", # accepts PackageID, PackageName, PackageStatus
value: ["DescribePackagesFilterValue"],
}
Filter to apply in `DescribePackage` response.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
Any field from `PackageDetails`.
-
#value ⇒ Array<String>
A list of values for the specified field.
Instance Attribute Details
#name ⇒ String
Any field from `PackageDetails`.
1753 1754 1755 1756 1757 1758 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1753 class DescribePackagesFilter < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Array<String>
A list of values for the specified field.
1753 1754 1755 1756 1757 1758 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1753 class DescribePackagesFilter < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |