Class: Aws::Comprehend::Types::DescribeKeyPhrasesDetectionJobRequest

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 that Amazon Comprehend generated for the job. The StartKeyPhrasesDetectionJob operation returns this identifier in its response.

Returns:

  • (String)


2161
2162
2163
2164
2165
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 2161

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