Class: Aws::Comprehend::Types::DescribeKeyPhrasesDetectionJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::DescribeKeyPhrasesDetectionJobResponse
- Defined in:
- gems/aws-sdk-comprehend/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.
1536 1537 1538 1539 1540 |
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 1536 class DescribeKeyPhrasesDetectionJobResponse < Struct.new( :key_phrases_detection_job_properties) SENSITIVE = [] include Aws::Structure end |