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)


987
988
989
# File 'sig/types.rbs', line 987

def durable_execution_arn
  @durable_execution_arn
end

#include_execution_dataBoolean

Returns the value of attribute include_execution_data.

Returns:

  • (Boolean)


988
989
990
# File 'sig/types.rbs', line 988

def include_execution_data
  @include_execution_data
end