Class: Aws::ComprehendMedical::Types::StopEntitiesDetectionV2JobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComprehendMedical::Types::StopEntitiesDetectionV2JobRequest
- 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 job to stop.
Instance Attribute Details
#job_id ⇒ String
The identifier of the medical entities job to stop.
1982 1983 1984 1985 1986 |
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 1982 class StopEntitiesDetectionV2JobRequest < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |