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

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

Returns:

  • (String)


2285
2286
2287
2288
2289
# File 'lib/aws-sdk-comprehend/types.rb', line 2285

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