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)


1005
1006
1007
# File 'sig/types.rbs', line 1005

def checkpoint_token
  @checkpoint_token
end

#durable_execution_arn::String

Returns the value of attribute durable_execution_arn.

Returns:

  • (::String)


1004
1005
1006
# File 'sig/types.rbs', line 1004

def durable_execution_arn
  @durable_execution_arn
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1006
1007
1008
# File 'sig/types.rbs', line 1006

def marker
  @marker
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


1007
1008
1009
# File 'sig/types.rbs', line 1007

def max_items
  @max_items
end