class Aws::ElasticInference::Types::Filter

A filter expression for the Elastic Inference Accelerator list.

@note When making an API call, you may pass Filter

data as a hash:

    {
      name: "FilterName",
      values: ["String"],
    }

@!attribute [rw] name

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.
@return [String]

@!attribute [rw] values

The values for the filter of the Elastic Inference Accelerator list.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/elastic-inference-2017-07-25/Filter AWS API Documentation

Constants

SENSITIVE