Class: Aws::Comprehend::Types::DescribeDominantLanguageDetectionJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::DescribeDominantLanguageDetectionJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
The identifier that Amazon Comprehend generated for the job.
Instance Attribute Details
#job_id ⇒ String
The identifier that Amazon Comprehend generated for the job. The ‘StartDominantLanguageDetectionJob` operation returns this identifier in its response.
1961 1962 1963 1964 1965 |
# File 'lib/aws-sdk-comprehend/types.rb', line 1961 class DescribeDominantLanguageDetectionJobRequest < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |