Class: Aws::Comprehend::Types::DescribeSentimentDetectionJobRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 operation returns this identifier in its response.

Returns:

  • (String)

2221
2222
2223
2224
2225
# File 'lib/aws-sdk-comprehend/types.rb', line 2221

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