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.
3142 3143 3144 3145 3146 3147 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3142 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.
3142 3143 3144 3145 3146 3147 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3142 class Filter < Struct.new( :include, :groups) SENSITIVE = [] include Aws::Structure end |