AWSComprehendDescribeSentimentDetectionJobRequest

Objective-C

@interface AWSComprehendDescribeSentimentDetectionJobRequest

Swift

class AWSComprehendDescribeSentimentDetectionJobRequest
  • The identifier that Amazon Comprehend generated for the job. The operation returns this identifier in its response.

    Declaration

    Objective-C

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

    Swift

    var jobId: String? { get set }