Class: Aws::Lambda::Types::GetDurableExecutionRequest

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

#durable_execution_arnString

The Amazon Resource Name (ARN) of the durable execution.

Returns:

  • (String)


4388
4389
4390
4391
4392
# File 'lib/aws-sdk-lambda/types.rb', line 4388

class GetDurableExecutionRequest < Struct.new(
  :durable_execution_arn)
  SENSITIVE = []
  include Aws::Structure
end