AWSComprehendDescribeEventsDetectionJobRequest

Objective-C

@interface AWSComprehendDescribeEventsDetectionJobRequest

Swift

class AWSComprehendDescribeEventsDetectionJobRequest
  • The identifier of the events detection job.

    Declaration

    Objective-C

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

    Swift

    var jobId: String? { get set }