Class: Aws::Types::GetDurableExecutionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#durable_execution_arn::String

Returns the value of attribute durable_execution_arn.

Returns:

  • (::String)


981
982
983
# File 'sig/types.rbs', line 981

def durable_execution_arn
  @durable_execution_arn
end

#include_execution_dataBoolean

Returns the value of attribute include_execution_data.

Returns:

  • (Boolean)


982
983
984
# File 'sig/types.rbs', line 982

def include_execution_data
  @include_execution_data
end