Class: Aws::Types::ListJobExecutionsForJobResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#execution_summaries::Array[Types::JobExecutionSummaryForJob]

Returns the value of attribute execution_summaries.

Returns:



3263
3264
3265
# File 'sig/types.rbs', line 3263

def execution_summaries
  @execution_summaries
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


3264
3265
3266
# File 'sig/types.rbs', line 3264

def next_token
  @next_token
end