class
Amazonite::Lambda::StopDurableExecutionRequest
- Amazonite::Lambda::StopDurableExecutionRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
lambda/stop_durable_execution_request.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#durable_execution_arn : String
The Amazon Resource Name (ARN) of the durable execution.
-
#durable_execution_arn=(durable_execution_arn : String)
The Amazon Resource Name (ARN) of the durable execution.
-
#error : ErrorObject | Nil
Optional error details explaining why the execution is being stopped.
-
#error=(error : ErrorObject | Nil)
Optional error details explaining why the execution is being stopped.
-
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def durable_execution_arn=(durable_execution_arn : String)
#
The Amazon Resource Name (ARN) of the durable execution.
def error : ErrorObject | Nil
#
Optional error details explaining why the execution is being stopped.
def error=(error : ErrorObject | Nil)
#
Optional error details explaining why the execution is being stopped.