Class: Aws::Types::ListDurableExecutionsByFunctionResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListDurableExecutionsByFunctionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#durable_executions ⇒ ::Array[Types::Execution]
Returns the value of attribute durable_executions.
-
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
Instance Attribute Details
#durable_executions ⇒ ::Array[Types::Execution]
Returns the value of attribute durable_executions.
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.
1478 1479 1480 |
# File 'sig/types.rbs', line 1478 def next_marker @next_marker end |