StartEntitiesDetectionV2JobResponse

public struct StartEntitiesDetectionV2JobResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The identifier generated for the job. To get the status of a job, use this identifier with the DescribeEntitiesDetectionV2Job operation.

    Declaration

    Swift

    public let jobId: String?
  • Undocumented

    Declaration

    Swift

    public init(jobId: String? = nil)