Recommendation

public struct Recommendation : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • How many different places in the profile graph triggered a match.

    Declaration

    Swift

    public let allMatchesCount: Int
  • How much of the total sample count is potentially affected.

    Declaration

    Swift

    public let allMatchesSum: Double
  • End time of the profile that was used by this analysis. This is specified using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.

    Declaration

    Swift

    public let endTime: TimeStamp
  • The pattern that analysis recognized in the profile to make this recommendation.

    Declaration

    Swift

    public let pattern: Pattern
  • The start time of the profile that was used by this analysis. This is specified using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.

    Declaration

    Swift

    public let startTime: TimeStamp
  • List of the matches with most impact.

    Declaration

    Swift

    public let topMatches: [Match]
  • Undocumented

    Declaration

    Swift

    public init(allMatchesCount: Int, allMatchesSum: Double, endTime: TimeStamp, pattern: Pattern, startTime: TimeStamp, topMatches: [Match])