Class: Aws::Types::GetDurableExecutionRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetDurableExecutionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#durable_execution_arn ⇒ ::String
Returns the value of attribute durable_execution_arn.
-
#include_execution_data ⇒ Boolean
Returns the value of attribute include_execution_data.
Instance Attribute Details
#durable_execution_arn ⇒ ::String
Returns the value of attribute durable_execution_arn.
981 982 983 |
# File 'sig/types.rbs', line 981 def durable_execution_arn @durable_execution_arn end |
#include_execution_data ⇒ Boolean
Returns the value of attribute include_execution_data.
982 983 984 |
# File 'sig/types.rbs', line 982 def include_execution_data @include_execution_data end |