Class: Aws::CustomerProfiles::Types::FilterGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::FilterGroup
- 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
-
#dimensions ⇒ Array<Types::FilterDimension>
Object that holds the attributes to filter on.
-
#type ⇒ String
The type of logical relationship between the dimensions of the Filter group.
Instance Attribute Details
#dimensions ⇒ Array<Types::FilterDimension>
Object that holds the attributes to filter on.
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 |
#type ⇒ String
The type of logical relationship between the dimensions of the Filter group.
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 |