You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ElasticInference::Types::Filter
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticInference::Types::Filter
- Defined in:
- (unknown)
Overview
Note:
When passing Filter as input to an Aws::Client method, you can use a vanilla Hash:
{
name: "FilterName",
values: ["String"],
}
A filter expression for the Elastic Inference Accelerator list.
Instance Attribute Summary collapse
-
#name ⇒ String
The filter name for the Elastic Inference Accelerator list.
-
#values ⇒ Array<String>
The values for the filter of the Elastic Inference Accelerator list.
Instance Attribute Details
#name ⇒ String
The filter name for the Elastic Inference Accelerator list. It can assume the following values: accelerator-type: the type of Elastic Inference Accelerator to filter for. instance-id: an EC2 instance id to filter for.
#values ⇒ Array<String>
The values for the filter of the Elastic Inference Accelerator list.