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:



2335
2336
2337
2338
2339
2340
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2335

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)


2335
2336
2337
2338
2339
2340
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2335

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