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.
2080 2081 2082 |
# File 'sig/types.rbs', line 2080 def durable_execution_arn @durable_execution_arn end |
#error ⇒ Types::ErrorObject
Returns the value of attribute error.
2081 2082 2083 |
# File 'sig/types.rbs', line 2081 def error @error end |