DeleteAnomalyDetectorInput

public struct DeleteAnomalyDetectorInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The metric dimensions associated with the anomaly detection model to delete.

    Declaration

    Swift

    public let dimensions: [Dimension]?
  • The metric name associated with the anomaly detection model to delete.

    Declaration

    Swift

    public let metricName: String
  • The namespace associated with the anomaly detection model to delete.

    Declaration

    Swift

    public let namespace: String
  • The statistic associated with the anomaly detection model to delete.

    Declaration

    Swift

    public let stat: String
  • Undocumented

    Declaration

    Swift

    public init(dimensions: [Dimension]? = nil, metricName: String, namespace: String, stat: String)
  • Declaration

    Swift

    public func validate(name: String) throws