Class: Aws::Comprehend::Types::DescribeTopicsDetectionJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::DescribeTopicsDetectionJobResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#topics_detection_job_properties ⇒ Types::TopicsDetectionJobProperties
The list of properties for the requested job.
Instance Attribute Details
#topics_detection_job_properties ⇒ Types::TopicsDetectionJobProperties
The list of properties for the requested job.
2318 2319 2320 2321 2322 |
# File 'lib/aws-sdk-comprehend/types.rb', line 2318 class DescribeTopicsDetectionJobResponse < Struct.new( :topics_detection_job_properties) SENSITIVE = [] include Aws::Structure end |