Class: Aws::Types::StopDurableExecutionRequest
- Inherits:
-
Object
- Object
- Aws::Types::StopDurableExecutionRequest
- 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.
-
#error ⇒ Types::ErrorObject
Returns the value of attribute error.
Instance Attribute Details
#durable_execution_arn ⇒ ::String
Returns the value of attribute durable_execution_arn.
2116 2117 2118 |
# File 'sig/types.rbs', line 2116 def durable_execution_arn @durable_execution_arn end |
#error ⇒ Types::ErrorObject
Returns the value of attribute error.
2117 2118 2119 |
# File 'sig/types.rbs', line 2117 def error @error end |