Class: Aws::ComputeOptimizerAutomation::Types::Filter
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizerAutomation::Types::Filter
- Defined in:
- gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb
Overview
A filter used to narrow down 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>
The list of values to filter by for the specified filter field.
Instance Attribute Details
#name ⇒ String
The name of the filter field to apply.
784 785 786 787 788 789 |
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 784 class Filter < Struct.new( :name, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<String>
The list of values to filter by for the specified filter field.
784 785 786 787 788 789 |
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 784 class Filter < Struct.new( :name, :values) SENSITIVE = [] include Aws::Structure end |