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.
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.
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.
1012 1013 1014 |
# File 'sig/types.rbs', line 1012 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
1013 1014 1015 |
# File 'sig/types.rbs', line 1013 def max_items @max_items end |