Class: Aws::Types::ListBatchLoadTasksResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#batch_load_tasks ⇒ ::Array[Types::BatchLoadTask]

Returns the value of attribute batch_load_tasks.

Returns:



244
245
246
# File 'sig/types.rbs', line 244

def batch_load_tasks
  @batch_load_tasks
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


243
244
245
# File 'sig/types.rbs', line 243

def next_token
  @next_token
end