Class: Aws::Comprehend::Types::DescribeTopicsDetectionJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::DescribeTopicsDetectionJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
The identifier assigned by the user to the detection job.
Instance Attribute Details
#job_id ⇒ String
The identifier assigned by the user to the detection job.
2306 2307 2308 2309 2310 |
# File 'lib/aws-sdk-comprehend/types.rb', line 2306 class DescribeTopicsDetectionJobRequest < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |