Module: Aws::Lambda::Client::_GetDurableExecutionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetDurableExecutionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #durable_config ⇒ Types::DurableConfig
- #durable_execution_arn ⇒ ::String
- #durable_execution_name ⇒ ::String
- #end_timestamp ⇒ ::Time
- #execution_data_included ⇒ Boolean
- #function_arn ⇒ ::String
- #input_payload ⇒ ::String
- #result ⇒ ::String
- #start_timestamp ⇒ ::Time
- #status ⇒ "RUNNING", ...
- #trace_header ⇒ Types::TraceHeader
- #version ⇒ ::String
Instance Method Details
#durable_config ⇒ Types::DurableConfig
659 |
# File 'sig/client.rbs', line 659
def durable_config: () -> Types::DurableConfig
|
#durable_execution_arn ⇒ ::String
648 |
# File 'sig/client.rbs', line 648
def durable_execution_arn: () -> ::String
|
#durable_execution_name ⇒ ::String
649 |
# File 'sig/client.rbs', line 649
def durable_execution_name: () -> ::String
|
#end_timestamp ⇒ ::Time
655 |
# File 'sig/client.rbs', line 655
def end_timestamp: () -> ::Time
|
#execution_data_included ⇒ Boolean
658 |
# File 'sig/client.rbs', line 658
def execution_data_included: () -> bool
|
#function_arn ⇒ ::String
650 |
# File 'sig/client.rbs', line 650
def function_arn: () -> ::String
|
#input_payload ⇒ ::String
651 |
# File 'sig/client.rbs', line 651
def input_payload: () -> ::String
|
#result ⇒ ::String
652 |
# File 'sig/client.rbs', line 652
def result: () -> ::String
|
#start_timestamp ⇒ ::Time
653 |
# File 'sig/client.rbs', line 653
def start_timestamp: () -> ::Time
|
#status ⇒ "RUNNING", ...
654 |
# File 'sig/client.rbs', line 654
def status: () -> ("RUNNING" | "SUCCEEDED" | "FAILED" | "TIMED_OUT" | "STOPPED")
|
#trace_header ⇒ Types::TraceHeader
657 |
# File 'sig/client.rbs', line 657
def trace_header: () -> Types::TraceHeader
|
#version ⇒ ::String
656 |
# File 'sig/client.rbs', line 656
def version: () -> ::String
|