Class: Aws::Types::ListLabelingJobsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListLabelingJobsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#labeling_job_summary_list ⇒ ::Array[Types::LabelingJobSummary]
Returns the value of attribute labeling_job_summary_list.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#labeling_job_summary_list ⇒ ::Array[Types::LabelingJobSummary]
Returns the value of attribute labeling_job_summary_list.
7903 7904 7905 |
# File 'sig/types.rbs', line 7903 def labeling_job_summary_list @labeling_job_summary_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7904 7905 7906 |
# File 'sig/types.rbs', line 7904 def next_token @next_token end |