SetDimension

public struct SetDimension : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The type of segment dimension to use. Valid values are: INCLUSIVE, endpoints that match the criteria are included in the segment; and, EXCLUSIVE, endpoints that match the criteria are excluded from the segment.

    Declaration

    Swift

    public let dimensionType: DimensionType?
  • The criteria values to use for the segment dimension. Depending on the value of the DimensionType property, endpoints are included or excluded from the segment if their values match the criteria values.

    Declaration

    Swift

    public let values: [String]
  • Undocumented

    Declaration

    Swift

    public init(dimensionType: DimensionType? = nil, values: [String])