SegmentGroupList

public struct SegmentGroupList : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • An array that defines the set of segment criteria to evaluate when handling segment groups for the segment.

    Declaration

    Swift

    public let groups: [SegmentGroup]?
  • 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.

    Declaration

    Swift

    public let include: Include?
  • Undocumented

    Declaration

    Swift

    public init(groups: [SegmentGroup]? = nil, include: Include? = nil)