Class: Aws::Pipes::Types::FilterCriteria

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

Overview

The collection of event patterns used to filter events.

To remove a filter, specify a FilterCriteria object with an empty array of Filter objects.

For more information, see Events and Event Patterns in the Amazon EventBridge User Guide.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filtersArray<Types::Filter>

The event patterns.

Returns:



1092
1093
1094
1095
1096
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 1092

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