Class: Aws::Comprehend::Types::StopEntitiesDetectionJobResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-comprehend/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_idString

The identifier of the entities detection job to stop.

Returns:

  • (String)


7911
7912
7913
7914
7915
7916
# File 'lib/aws-sdk-comprehend/types.rb', line 7911

class StopEntitiesDetectionJobResponse < Struct.new(
  :job_id,
  :job_status)
  SENSITIVE = []
  include Aws::Structure
end

#job_statusString

Either ‘STOP_REQUESTED` if the job is currently running, or `STOPPED` if the job was previously stopped with the `StopEntitiesDetectionJob` operation.

Returns:

  • (String)


7911
7912
7913
7914
7915
7916
# File 'lib/aws-sdk-comprehend/types.rb', line 7911

class StopEntitiesDetectionJobResponse < Struct.new(
  :job_id,
  :job_status)
  SENSITIVE = []
  include Aws::Structure
end