RecencyDimension

public struct RecencyDimension : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The duration to use when determining whether an endpoint is active or inactive.

    Declaration

    Swift

    public let duration: Duration
  • The type of recency dimension to use for the segment. Valid values are: ACTIVE, endpoints that were active within the specified duration are included in the segment; and, INACTIVE, endpoints that weren’t active within the specified duration are included in the segment.

    Declaration

    Swift

    public let recencyType: RecencyType
  • Undocumented

    Declaration

    Swift

    public init(duration: Duration, recencyType: RecencyType)