Class: Aws::Types::GetDurableExecutionStateRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetDurableExecutionStateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#checkpoint_token ⇒ ::String
Returns the value of attribute checkpoint_token.
-
#durable_execution_arn ⇒ ::String
Returns the value of attribute durable_execution_arn.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
Instance Attribute Details
#checkpoint_token ⇒ ::String
Returns the value of attribute checkpoint_token.
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.
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.
1006 1007 1008 |
# File 'sig/types.rbs', line 1006 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
1007 1008 1009 |
# File 'sig/types.rbs', line 1007 def max_items @max_items end |