Class: Aws::Lambda::Types::StopDurableExecutionResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lambda/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stop_timestampTime

The timestamp when the execution was stopped (ISO 8601 format).

Returns:

  • (Time)


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