DescribeAnomalyDetectorsOutput
public struct DescribeAnomalyDetectorsOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The list of anomaly detection models returned by the operation.
Declaration
Swift
public let anomalyDetectors: [AnomalyDetector]?
-
A token that you can use in a subsequent operation to retrieve the next set of results.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(anomalyDetectors: [AnomalyDetector]? = nil, nextToken: String? = nil)