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



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

def durable_config: () -> Types::DurableConfig

#durable_execution_arn::String

Returns:

  • (::String)


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

def durable_execution_arn: () -> ::String

#durable_execution_name::String

Returns:

  • (::String)


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

def durable_execution_name: () -> ::String

#end_timestamp::Time

Returns:

  • (::Time)


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

def end_timestamp: () -> ::Time

#execution_data_includedBoolean

Returns:

  • (Boolean)


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

def execution_data_included: () -> bool

#function_arn::String

Returns:

  • (::String)


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

def function_arn: () -> ::String

#input_payload::String

Returns:

  • (::String)


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

def input_payload: () -> ::String

#result::String

Returns:

  • (::String)


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

def result: () -> ::String

#start_timestamp::Time

Returns:

  • (::Time)


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

def start_timestamp: () -> ::Time

#status"RUNNING", ...

Returns:

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


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

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

#trace_headerTypes::TraceHeader

Returns:



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

def trace_header: () -> Types::TraceHeader

#version::String

Returns:

  • (::String)


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

def version: () -> ::String