Class: Aws::Types::GetDurableExecutionResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetDurableExecutionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#durable_config ⇒ Types::DurableConfig
Returns the value of attribute durable_config.
-
#durable_execution_arn ⇒ ::String
Returns the value of attribute durable_execution_arn.
-
#durable_execution_name ⇒ ::String
Returns the value of attribute durable_execution_name.
-
#end_timestamp ⇒ ::Time
Returns the value of attribute end_timestamp.
-
#error ⇒ Types::ErrorObject
Returns the value of attribute error.
-
#execution_data_included ⇒ Boolean
Returns the value of attribute execution_data_included.
-
#function_arn ⇒ ::String
Returns the value of attribute function_arn.
-
#input_payload ⇒ ::String
Returns the value of attribute input_payload.
-
#result ⇒ ::String
Returns the value of attribute result.
-
#start_timestamp ⇒ ::Time
Returns the value of attribute start_timestamp.
-
#status ⇒ "RUNNING", ...
Returns the value of attribute status.
-
#trace_header ⇒ Types::TraceHeader
Returns the value of attribute trace_header.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#durable_config ⇒ Types::DurableConfig
Returns the value of attribute durable_config.
999 1000 1001 |
# File 'sig/types.rbs', line 999 def durable_config @durable_config end |
#durable_execution_arn ⇒ ::String
Returns the value of attribute durable_execution_arn.
987 988 989 |
# File 'sig/types.rbs', line 987 def durable_execution_arn @durable_execution_arn end |
#durable_execution_name ⇒ ::String
Returns the value of attribute durable_execution_name.
988 989 990 |
# File 'sig/types.rbs', line 988 def durable_execution_name @durable_execution_name end |
#end_timestamp ⇒ ::Time
Returns the value of attribute end_timestamp.
995 996 997 |
# File 'sig/types.rbs', line 995 def @end_timestamp end |
#error ⇒ Types::ErrorObject
Returns the value of attribute error.
992 993 994 |
# File 'sig/types.rbs', line 992 def error @error end |
#execution_data_included ⇒ Boolean
Returns the value of attribute execution_data_included.
998 999 1000 |
# File 'sig/types.rbs', line 998 def execution_data_included @execution_data_included end |
#function_arn ⇒ ::String
Returns the value of attribute function_arn.
989 990 991 |
# File 'sig/types.rbs', line 989 def function_arn @function_arn end |
#input_payload ⇒ ::String
Returns the value of attribute input_payload.
990 991 992 |
# File 'sig/types.rbs', line 990 def input_payload @input_payload end |
#result ⇒ ::String
Returns the value of attribute result.
991 992 993 |
# File 'sig/types.rbs', line 991 def result @result end |
#start_timestamp ⇒ ::Time
Returns the value of attribute start_timestamp.
993 994 995 |
# File 'sig/types.rbs', line 993 def @start_timestamp end |
#status ⇒ "RUNNING", ...
Returns the value of attribute status.
994 995 996 |
# File 'sig/types.rbs', line 994 def status @status end |
#trace_header ⇒ Types::TraceHeader
Returns the value of attribute trace_header.
997 998 999 |
# File 'sig/types.rbs', line 997 def trace_header @trace_header end |
#version ⇒ ::String
Returns the value of attribute version.
996 997 998 |
# File 'sig/types.rbs', line 996 def version @version end |