Class: Aws::ComprehendMedical::Types::StopEntitiesDetectionV2JobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComprehendMedical::Types::StopEntitiesDetectionV2JobResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehendmedical/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
The identifier of the medical entities detection job that was stopped.
Instance Attribute Details
#job_id ⇒ String
The identifier of the medical entities detection job that was stopped.
1995 1996 1997 1998 1999 |
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 1995 class StopEntitiesDetectionV2JobResponse < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |