Class: Aws::ComputeOptimizerAutomation::Types::AutomationEventFilter

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#nameString

The name of the filter to apply.

Returns:

  • (String)


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

#valuesArray<String>

The values to use for the specified filter.

Returns:

  • (Array<String>)


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