Class: Aws::ComputeOptimizerAutomation::Types::RecommendedActionFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizerAutomation::Types::RecommendedActionFilter
- 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
-
#name ⇒ String
The name of the filter field to apply.
-
#values ⇒ Array<String>
List of filter values to match against the specified filter name.
Instance Attribute Details
#name ⇒ String
The name of the filter field to apply.
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 |
#values ⇒ Array<String>
List of filter values to match against the specified filter name. Used to narrow down recommended actions based on specific criteria.
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 |