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:



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.

Returns:

  • (::String)


7904
7905
7906
# File 'sig/types.rbs', line 7904

def next_token
  @next_token
end