Class: Aws::Types::ListLabelingJobsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#labeling_job_summary_list::Array[Types::LabelingJobSummary]

Returns the value of attribute labeling_job_summary_list.

Returns:



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.

Returns:

  • (::String)


7889
7890
7891
# File 'sig/types.rbs', line 7889

def next_token
  @next_token
end