Class: Aws::Comprehend::Types::DescribeTopicsDetectionJobRequest

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 assigned by the user to the detection job.

Returns:

  • (String)


2306
2307
2308
2309
2310
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 2306

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