Class: Aws::ComputeOptimizerAutomation::Types::AutomationEventFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizerAutomation::Types::AutomationEventFilter
- Defined in:
- gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb
Overview
A filter to apply when listing automation events.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the filter to apply.
-
#values ⇒ Array<String>
The values to use for the specified filter.
Instance Attribute Details
#name ⇒ String
The name of the filter to apply.
203 204 205 206 207 208 |
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 203 class AutomationEventFilter < Struct.new( :name, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<String>
The values to use for the specified filter.
203 204 205 206 207 208 |
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 203 class AutomationEventFilter < Struct.new( :name, :values) SENSITIVE = [] include Aws::Structure end |