Class: Aws::BCMRecommendedActions::Types::RequestFilter

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

Overview

Enables filtering of results based on specified action criteria. You can define multiple action filters to refine results using combinations of feature type, severity level, and recommendation type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionsArray<Types::ActionFilter>

A list of action filters that define criteria for filtering results. Each filter specifies a key, match option, and corresponding values to filter on.

Returns:



170
171
172
173
174
# File 'gems/aws-sdk-bcmrecommendedactions/lib/aws-sdk-bcmrecommendedactions/types.rb', line 170

class RequestFilter < Struct.new(
  :actions)
  SENSITIVE = []
  include Aws::Structure
end