Module: Aws::Lambda::Client::_GetDurableExecutionResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::GetDurableExecutionResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#durable_configTypes::DurableConfig



669
# File 'sig/client.rbs', line 669

def durable_config: () -> Types::DurableConfig

#durable_execution_arn::String

Returns:

  • (::String)


658
# File 'sig/client.rbs', line 658

def durable_execution_arn: () -> ::String

#durable_execution_name::String

Returns:

  • (::String)


659
# File 'sig/client.rbs', line 659

def durable_execution_name: () -> ::String

#end_timestamp::Time

Returns:

  • (::Time)


665
# File 'sig/client.rbs', line 665

def end_timestamp: () -> ::Time

#execution_data_includedBoolean

Returns:

  • (Boolean)


668
# File 'sig/client.rbs', line 668

def execution_data_included: () -> bool

#function_arn::String

Returns:

  • (::String)


660
# File 'sig/client.rbs', line 660

def function_arn: () -> ::String

#input_payload::String

Returns:

  • (::String)


661
# File 'sig/client.rbs', line 661

def input_payload: () -> ::String

#result::String

Returns:

  • (::String)


662
# File 'sig/client.rbs', line 662

def result: () -> ::String

#start_timestamp::Time

Returns:

  • (::Time)


663
# File 'sig/client.rbs', line 663

def start_timestamp: () -> ::Time

#status"RUNNING", ...

Returns:

  • ("RUNNING", "SUCCEEDED", "FAILED", "TIMED_OUT", "STOPPED")


664
# File 'sig/client.rbs', line 664

def status: () -> ("RUNNING" | "SUCCEEDED" | "FAILED" | "TIMED_OUT" | "STOPPED")

#trace_headerTypes::TraceHeader

Returns:



667
# File 'sig/client.rbs', line 667

def trace_header: () -> Types::TraceHeader

#version::String

Returns:

  • (::String)


666
# File 'sig/client.rbs', line 666

def version: () -> ::String