SubmitFeedbackRequest

public struct SubmitFeedbackRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The universally unique identifier (UUID) of the AnomalyInstance object that is included in the analysis data.

    Declaration

    Swift

    public let anomalyInstanceId: String
  • Optional feedback about this anomaly.

    Declaration

    Swift

    public let comment: String?
  • The name of the profiling group that is associated with the analysis data.

    Declaration

    Swift

    public let profilingGroupName: String
  • The feedback tpye. Thee are two valid values, Positive and Negative.

    Declaration

    Swift

    public let type: FeedbackType
  • Undocumented

    Declaration

    Swift

    public init(anomalyInstanceId: String, comment: String? = nil, profilingGroupName: String, type: FeedbackType)
  • Declaration

    Swift

    public func validate(name: String) throws