Class: Aws::CustomerProfiles::Types::SegmentGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::SegmentGroup
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
Contains all groups of the segment definition.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#groups ⇒ Array<Types::Group>
Holds the list of groups within the segment definition.
-
#include ⇒ String
Defines whether to include or exclude the profiles that fit the segment criteria.
Instance Attribute Details
#groups ⇒ Array<Types::Group>
Holds the list of groups within the segment definition.
6672 6673 6674 6675 6676 6677 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6672 class SegmentGroup < Struct.new( :groups, :include) SENSITIVE = [] include Aws::Structure end |
#include ⇒ String
Defines whether to include or exclude the profiles that fit the segment criteria.
6672 6673 6674 6675 6676 6677 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6672 class SegmentGroup < Struct.new( :groups, :include) SENSITIVE = [] include Aws::Structure end |