Module: Aws::Lambda::Client::_GetDurableExecutionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetDurableExecutionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #durable_execution_arn ⇒ ::String
- #durable_execution_name ⇒ ::String
- #end_timestamp ⇒ ::Time
- #function_arn ⇒ ::String
- #input_payload ⇒ ::String
- #result ⇒ ::String
- #start_timestamp ⇒ ::Time
- #status ⇒ "RUNNING", ...
- #trace_header ⇒ Types::TraceHeader
- #version ⇒ ::String
Instance Method Details
#durable_execution_arn ⇒ ::String
641 |
# File 'sig/client.rbs', line 641
def durable_execution_arn: () -> ::String
|
#durable_execution_name ⇒ ::String
642 |
# File 'sig/client.rbs', line 642
def durable_execution_name: () -> ::String
|
#end_timestamp ⇒ ::Time
648 |
# File 'sig/client.rbs', line 648
def end_timestamp: () -> ::Time
|
#function_arn ⇒ ::String
643 |
# File 'sig/client.rbs', line 643
def function_arn: () -> ::String
|
#input_payload ⇒ ::String
644 |
# File 'sig/client.rbs', line 644
def input_payload: () -> ::String
|
#result ⇒ ::String
645 |
# File 'sig/client.rbs', line 645
def result: () -> ::String
|
#start_timestamp ⇒ ::Time
646 |
# File 'sig/client.rbs', line 646
def start_timestamp: () -> ::Time
|
#status ⇒ "RUNNING", ...
647 |
# File 'sig/client.rbs', line 647
def status: () -> ("RUNNING" | "SUCCEEDED" | "FAILED" | "TIMED_OUT" | "STOPPED")
|
#trace_header ⇒ Types::TraceHeader
650 |
# File 'sig/client.rbs', line 650
def trace_header: () -> Types::TraceHeader
|
#version ⇒ ::String
649 |
# File 'sig/client.rbs', line 649
def version: () -> ::String
|