Class: Aws::Comprehend::Types::StopEntitiesDetectionJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::StopEntitiesDetectionJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
The identifier of the entities detection job to stop.
Instance Attribute Details
#job_id ⇒ String
The identifier of the entities detection job to stop.
7893 7894 7895 7896 7897 |
# File 'lib/aws-sdk-comprehend/types.rb', line 7893 class StopEntitiesDetectionJobRequest < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |