class Aws::ComputeOptimizer::Types::EBSFilter

Describes a filter that returns a more specific list of Amazon Elastic Block Store (Amazon EBS) volume recommendations. Use this filter with the GetEBSVolumeRecommendations action.

You can use `LambdaFunctionRecommendationFilter` with the GetLambdaFunctionRecommendations action, `JobFilter` with the DescribeRecommendationExportJobs action, and `Filter` with the GetAutoScalingGroupRecommendations and GetEC2InstanceRecommendations actions.

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

data as a hash:

    {
      name: "Finding", # accepts Finding
      values: ["FilterValue"],
    }

@!attribute [rw] name

The name of the filter.

Specify `Finding` to return recommendations with a specific finding
classification (for example, `NotOptimized`).
@return [String]

@!attribute [rw] values

The value of the filter.

The valid values are `Optimized`, or `NotOptimized`.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/compute-optimizer-2019-11-01/EBSFilter AWS API Documentation

Constants

SENSITIVE