AWSLogsExportTaskExecutionInfo
Objective-C
@interface AWSLogsExportTaskExecutionInfo
Swift
class AWSLogsExportTaskExecutionInfo
Represents the status of an export task.
-
The completion time of the export task, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC
.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable completionTime;
Swift
var completionTime: NSNumber? { get set }
-
The creation time of the export task, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC
.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable creationTime;
Swift
var creationTime: NSNumber? { get set }