Class: Aws::Comprehend::Types::StopDominantLanguageDetectionJobRequest

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)


7862
7863
7864
7865
7866
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 7862

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