Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data SegmentGroupList Source #
Specifies the settings that define the relationships between segment groups for a segment.
See: newSegmentGroupList
smart constructor.
SegmentGroupList' | |
|
Instances
newSegmentGroupList :: SegmentGroupList Source #
Create a value of SegmentGroupList
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:include:SegmentGroupList'
, segmentGroupList_include
- Specifies how to handle multiple segment groups for the segment. For
example, if the segment includes three segment groups, whether the
resulting segment includes endpoints that match all, any, or none of the
segment groups.
$sel:groups:SegmentGroupList'
, segmentGroupList_groups
- An array that defines the set of segment criteria to evaluate when
handling segment groups for the segment.
segmentGroupList_include :: Lens' SegmentGroupList (Maybe Include) Source #
Specifies how to handle multiple segment groups for the segment. For example, if the segment includes three segment groups, whether the resulting segment includes endpoints that match all, any, or none of the segment groups.
segmentGroupList_groups :: Lens' SegmentGroupList (Maybe [SegmentGroup]) Source #
An array that defines the set of segment criteria to evaluate when handling segment groups for the segment.