Class: Aws::CustomerProfiles::Types::Filter
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::Filter
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
Defines how to filter the objects coming in for calculated attributes.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#groups ⇒ Array<Types::FilterGroup>
Holds the list of Filter groups within the Filter definition.
-
#include ⇒ String
Define whether to include or exclude objects for Calculated Attributed calculation that fit the filter groups criteria.
Instance Attribute Details
#groups ⇒ Array<Types::FilterGroup>
Holds the list of Filter groups within the Filter definition.
2281 2282 2283 2284 2285 2286 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2281 class Filter < Struct.new( :include, :groups) SENSITIVE = [] include Aws::Structure end |
#include ⇒ String
Define whether to include or exclude objects for Calculated Attributed calculation that fit the filter groups criteria.
2281 2282 2283 2284 2285 2286 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2281 class Filter < Struct.new( :include, :groups) SENSITIVE = [] include Aws::Structure end |