Class: Aws::Comprehend::Types::DescribeKeyPhrasesDetectionJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::DescribeKeyPhrasesDetectionJobResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key_phrases_detection_job_properties ⇒ Types::KeyPhrasesDetectionJobProperties
An object that contains the properties associated with a key phrases detection job.
Instance Attribute Details
#key_phrases_detection_job_properties ⇒ Types::KeyPhrasesDetectionJobProperties
An object that contains the properties associated with a key phrases detection job.
2174 2175 2176 2177 2178 |
# File 'lib/aws-sdk-comprehend/types.rb', line 2174 class DescribeKeyPhrasesDetectionJobResponse < Struct.new( :key_phrases_detection_job_properties) SENSITIVE = [] include Aws::Structure end |