AWSComprehendStopEventsDetectionJobRequest

Objective-C

@interface AWSComprehendStopEventsDetectionJobRequest

Swift

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

    Declaration

    Objective-C

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

    Swift

    var jobId: String? { get set }