Class: Aws::Types::ListKeyPhrasesDetectionJobsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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.

Returns:

  • (::String)


1396
1397
1398
# File 'sig/types.rbs', line 1396

def next_token
  @next_token
end