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)


972
973
974
# File 'sig/types.rbs', line 972

def durable_execution_arn
  @durable_execution_arn
end

#include_execution_dataBoolean

Returns the value of attribute include_execution_data.

Returns:

  • (Boolean)


973
974
975
# File 'sig/types.rbs', line 973

def include_execution_data
  @include_execution_data
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


975
976
977
# File 'sig/types.rbs', line 975

def marker
  @marker
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


974
975
976
# File 'sig/types.rbs', line 974

def max_items
  @max_items
end

#reverse_orderBoolean

Returns the value of attribute reverse_order.

Returns:

  • (Boolean)


976
977
978
# File 'sig/types.rbs', line 976

def reverse_order
  @reverse_order
end