Class: Aws::Types::GetDurableExecutionStateRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#checkpoint_token::String

Returns the value of attribute checkpoint_token.

Returns:

  • (::String)


1011
1012
1013
# File 'sig/types.rbs', line 1011

def checkpoint_token
  @checkpoint_token
end

#durable_execution_arn::String

Returns the value of attribute durable_execution_arn.

Returns:

  • (::String)


1010
1011
1012
# File 'sig/types.rbs', line 1010

def durable_execution_arn
  @durable_execution_arn
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1012
1013
1014
# File 'sig/types.rbs', line 1012

def marker
  @marker
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


1013
1014
1015
# File 'sig/types.rbs', line 1013

def max_items
  @max_items
end