Class: Aws::CustomerProfiles::Types::FilterGroup

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

Overview

Object that holds the dimensions to filter on.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dimensionsArray<Types::FilterDimension>

Object that holds the attributes to filter on.

Returns:



3196
3197
3198
3199
3200
3201
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3196

class FilterGroup < Struct.new(
  :type,
  :dimensions)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of logical relationship between the dimensions of the Filter group.

Returns:

  • (String)


3196
3197
3198
3199
3200
3201
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3196

class FilterGroup < Struct.new(
  :type,
  :dimensions)
  SENSITIVE = []
  include Aws::Structure
end