Class: Aws::Comprehend::Types::DescribeEntitiesDetectionJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::DescribeEntitiesDetectionJobRequest
- 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 ‘StartEntitiesDetectionJob` operation returns this identifier in its response.
2012 2013 2014 2015 2016 |
# File 'lib/aws-sdk-comprehend/types.rb', line 2012 class DescribeEntitiesDetectionJobRequest < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |