AWSComprehendStopEventsDetectionJobResponse

Objective-C

@interface AWSComprehendStopEventsDetectionJobResponse

Swift

class AWSComprehendStopEventsDetectionJobResponse
  • The identifier of the events detection job to stop.

    Declaration

    Objective-C

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

    Swift

    var jobId: String? { get set }
  • The status of the events detection job.

    Declaration

    Objective-C

    @property (nonatomic) AWSComprehendJobStatus jobStatus;

    Swift

    var jobStatus: AWSComprehendJobStatus { get set }