Class: Aws::Lambda::Types::StopDurableExecutionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::StopDurableExecutionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambda/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#stop_timestamp ⇒ Time
The timestamp when the execution was stopped (ISO 8601 format).
Instance Attribute Details
#stop_timestamp ⇒ Time
The timestamp when the execution was stopped (ISO 8601 format).
8714 8715 8716 8717 8718 |
# File 'lib/aws-sdk-lambda/types.rb', line 8714 class StopDurableExecutionResponse < Struct.new( :stop_timestamp) SENSITIVE = [] include Aws::Structure end |