Class: Aws::Comprehend::Types::DescribeDominantLanguageDetectionJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::DescribeDominantLanguageDetectionJobRequest
- Defined in:
- gems/aws-sdk-comprehend/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.
1982 1983 1984 1985 1986 |
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 1982 class DescribeDominantLanguageDetectionJobRequest < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |