AWSIoTViolationEventOccurrenceRange
Objective-C
@interface AWSIoTViolationEventOccurrenceRange
Swift
class AWSIoTViolationEventOccurrenceRange
Specifies the time period of which violation events occurred between.
Required parameters: [startTime, endTime]
-
The end date and time of a time period in which violation events occurred.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable endTime;
Swift
var endTime: Date? { get set }
-
The start date and time of a time period in which violation events occurred.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable startTime;
Swift
var startTime: Date? { get set }