Class: Aws::ComprehendMedical::Types::StartEntitiesDetectionV2JobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComprehendMedical::Types::StartEntitiesDetectionV2JobResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehendmedical/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
The identifier generated for the job.
Instance Attribute Details
#job_id ⇒ String
The identifier generated for the job. To get the status of a job, use this identifier with the ‘DescribeEntitiesDetectionV2Job` operation.
1703 1704 1705 1706 1707 |
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 1703 class StartEntitiesDetectionV2JobResponse < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |