Class: Aws::Comprehend::Types::DescribeEntitiesDetectionJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::DescribeEntitiesDetectionJobRequest
- 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
StartEntitiesDetectionJob
operation returns this identifier in its
response.
2033 2034 2035 2036 2037 |
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 2033 class DescribeEntitiesDetectionJobRequest < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |