Class: Aws::Types::GetDurableExecutionHistoryRequest

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)


966
967
968
# File 'sig/types.rbs', line 966

def durable_execution_arn
  @durable_execution_arn
end

#include_execution_dataBoolean

Returns the value of attribute include_execution_data.

Returns:

  • (Boolean)


967
968
969
# File 'sig/types.rbs', line 967

def include_execution_data
  @include_execution_data
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


969
970
971
# File 'sig/types.rbs', line 969

def marker
  @marker
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


968
969
970
# File 'sig/types.rbs', line 968

def max_items
  @max_items
end

#reverse_orderBoolean

Returns the value of attribute reverse_order.

Returns:

  • (Boolean)


970
971
972
# File 'sig/types.rbs', line 970

def reverse_order
  @reverse_order
end