Class: Aws::Lambda::Types::StopDurableExecutionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::StopDurableExecutionResponse
- Defined in:
- gems/aws-sdk-lambda/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).
8657 8658 8659 8660 8661 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 8657 class StopDurableExecutionResponse < Struct.new( :stop_timestamp) SENSITIVE = [] include Aws::Structure end |