Class: Aws::Comprehend::Types::DescribeTopicsDetectionJobResponse

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

#topics_detection_job_propertiesTypes::TopicsDetectionJobProperties

The list of properties for the requested job.



2318
2319
2320
2321
2322
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 2318

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