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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lambda/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)


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