Class: Aws::Comprehend::Types::DescribeKeyPhrasesDetectionJobResponse

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

#key_phrases_detection_job_propertiesTypes::KeyPhrasesDetectionJobProperties

An object that contains the properties associated with a key phrases detection job.



2174
2175
2176
2177
2178
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 2174

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