AWSLogsSuppressionPeriod
Objective-C
@interface AWSLogsSuppressionPeriod
Swift
class AWSLogsSuppressionPeriod
If you are suppressing an anomaly temporariliy, this structure defines how long the suppression period is to be.
-
Specifies whether the value of
value
is in seconds, minutes, or hours.Declaration
Objective-C
@property (nonatomic) AWSLogsSuppressionUnit suppressionUnit;
Swift
var suppressionUnit: AWSLogsSuppressionUnit { get set }
-
Specifies the number of seconds, minutes or hours to suppress this anomaly. There is no maximum.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable value;
Swift
var value: NSNumber? { get set }