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.
7888 7889 7890 |
# File 'sig/types.rbs', line 7888 def labeling_job_summary_list @labeling_job_summary_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7889 7890 7891 |
# File 'sig/types.rbs', line 7889 def next_token @next_token end |