AWSComprehendDescribeEventsDetectionJobResponse
Objective-C
@interface AWSComprehendDescribeEventsDetectionJobResponse
Swift
class AWSComprehendDescribeEventsDetectionJobResponse
-
An object that contains the properties associated with an event detection job.
Declaration
Objective-C
@property (nonatomic, strong) AWSComprehendEventsDetectionJobProperties *_Nullable eventsDetectionJobProperties;
Swift
var eventsDetectionJobProperties: AWSComprehendEventsDetectionJobProperties? { get set }