Class: Aws::Types::ListBatchJobExecutionsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#batch_job_executions::Array[Types::BatchJobExecutionSummary]

Returns the value of attribute batch_job_executions.

Returns:



728
729
730
# File 'sig/types.rbs', line 728

def batch_job_executions
  @batch_job_executions
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


729
730
731
# File 'sig/types.rbs', line 729

def next_token
  @next_token
end