Class: Aws::Types::ListKeyPhrasesDetectionJobsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListKeyPhrasesDetectionJobsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key_phrases_detection_job_properties_list ⇒ ::Array[Types::KeyPhrasesDetectionJobProperties]
Returns the value of attribute key_phrases_detection_job_properties_list.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#key_phrases_detection_job_properties_list ⇒ ::Array[Types::KeyPhrasesDetectionJobProperties]
Returns the value of attribute key_phrases_detection_job_properties_list.
1395 1396 1397 |
# File 'sig/types.rbs', line 1395 def key_phrases_detection_job_properties_list @key_phrases_detection_job_properties_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1396 1397 1398 |
# File 'sig/types.rbs', line 1396 def next_token @next_token end |