AWSKinesisVideoLastUploaderStatus

Objective-C

@interface AWSKinesisVideoLastUploaderStatus

Swift

class AWSKinesisVideoLastUploaderStatus

The latest status of a stream’s edge to cloud uploader job.

  • A description of an uploader job’s latest status.

    Declaration

    Objective-C

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

    Swift

    var jobStatusDetails: String? { get set }
  • The timestamp at which the uploader job was last executed and media collected to the cloud.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDate *_Nullable lastCollectedTime;

    Swift

    var lastCollectedTime: Date? { get set }
  • The timestamp at which the uploader status was last updated.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDate *_Nullable lastUpdatedTime;

    Swift

    var lastUpdatedTime: Date? { get set }
  • The status of the latest uploader job.

    Declaration

    Objective-C

    @property (nonatomic) AWSKinesisVideoUploaderStatus uploaderStatus;

    Swift

    var uploaderStatus: AWSKinesisVideoUploaderStatus { get set }