AWSLogsListAnomaliesResponse

Objective-C

@interface AWSLogsListAnomaliesResponse

Swift

class AWSLogsListAnomaliesResponse
  • An array of structures, where each structure contains information about one anomaly that a log anomaly detector has found.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSLogsAnomaly *> *_Nullable anomalies;

    Swift

    var anomalies: [AWSLogsAnomaly]? { get set }
  • The token for the next set of items to return. The token expires after 24 hours.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable nextToken;

    Swift

    var nextToken: String? { get set }