Class: Aws::Types::ListBatchSegmentJobsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#batch_segment_jobs ⇒ ::Array[Types::BatchSegmentJobSummary]

Returns the value of attribute batch_segment_jobs.

Returns:



977
978
979
# File 'sig/types.rbs', line 977

def batch_segment_jobs
  @batch_segment_jobs
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


978
979
980
# File 'sig/types.rbs', line 978

def next_token
  @next_token
end