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:



2512
2513
2514
2515
2516
2517
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2512

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)


2512
2513
2514
2515
2516
2517
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2512

class Filter < Struct.new(
  :include,
  :groups)
  SENSITIVE = []
  include Aws::Structure
end