Class: Aws::Types::ListDurableExecutionsByFunctionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#durable_executions::Array[Types::Execution]

Returns the value of attribute durable_executions.

Returns:



1477
1478
1479
# File 'sig/types.rbs', line 1477

def durable_executions
  @durable_executions
end

#next_marker::String

Returns the value of attribute next_marker.

Returns:

  • (::String)


1478
1479
1480
# File 'sig/types.rbs', line 1478

def next_marker
  @next_marker
end