Class: Aws::Comprehend::Types::StopKeyPhrasesDetectionJobResponse

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 key phrases detection job to stop.

Returns:

  • (String)


7971
7972
7973
7974
7975
7976
# File 'lib/aws-sdk-comprehend/types.rb', line 7971

class StopKeyPhrasesDetectionJobResponse < 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 `StopKeyPhrasesDetectionJob` operation.

Returns:

  • (String)


7971
7972
7973
7974
7975
7976
# File 'lib/aws-sdk-comprehend/types.rb', line 7971

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