Class: Aws::Comprehend::Types::StopDominantLanguageDetectionJobResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_idString

The identifier of the dominant language detection job to stop.

Returns:

  • (String)


7880
7881
7882
7883
7884
7885
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 7880

class StopDominantLanguageDetectionJobResponse < 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 StopDominantLanguageDetectionJob operation.

Returns:

  • (String)


7880
7881
7882
7883
7884
7885
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 7880

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