Class: Aws::ComputeOptimizerAutomation::Types::RecommendedActionFilter

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb

Overview

A filter used to narrow down recommended action results based on specific criteria.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the filter field to apply.

Returns:

  • (String)


1856
1857
1858
1859
1860
1861
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 1856

class RecommendedActionFilter < Struct.new(
  :name,
  :values)
  SENSITIVE = []
  include Aws::Structure
end

#valuesArray<String>

List of filter values to match against the specified filter name. Used to narrow down recommended actions based on specific criteria.

Returns:

  • (Array<String>)


1856
1857
1858
1859
1860
1861
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 1856

class RecommendedActionFilter < Struct.new(
  :name,
  :values)
  SENSITIVE = []
  include Aws::Structure
end