Class: Aws::CustomerProfiles::Types::Filter

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

Instance Attribute Details

#groupsArray<Types::FilterGroup>

Holds the list of Filter groups within the Filter definition.

Returns:



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

#includeString

Define whether to include or exclude objects for Calculated Attributed calculation that fit the filter groups criteria.

Returns:

  • (String)


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