Class: Aws::Types::InvocationResponse
- Inherits:
-
Object
- Object
- Aws::Types::InvocationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#durable_execution_arn ⇒ ::String
Returns the value of attribute durable_execution_arn.
-
#executed_version ⇒ ::String
Returns the value of attribute executed_version.
-
#function_error ⇒ ::String
Returns the value of attribute function_error.
-
#log_result ⇒ ::String
Returns the value of attribute log_result.
-
#payload ⇒ ::String
Returns the value of attribute payload.
-
#status_code ⇒ ::Integer
Returns the value of attribute status_code.
Instance Attribute Details
#durable_execution_arn ⇒ ::String
Returns the value of attribute durable_execution_arn.
1281 1282 1283 |
# File 'sig/types.rbs', line 1281 def durable_execution_arn @durable_execution_arn end |
#executed_version ⇒ ::String
Returns the value of attribute executed_version.
1280 1281 1282 |
# File 'sig/types.rbs', line 1280 def executed_version @executed_version end |
#function_error ⇒ ::String
Returns the value of attribute function_error.
1277 1278 1279 |
# File 'sig/types.rbs', line 1277 def function_error @function_error end |
#log_result ⇒ ::String
Returns the value of attribute log_result.
1278 1279 1280 |
# File 'sig/types.rbs', line 1278 def log_result @log_result end |
#payload ⇒ ::String
Returns the value of attribute payload.
1279 1280 1281 |
# File 'sig/types.rbs', line 1279 def payload @payload end |
#status_code ⇒ ::Integer
Returns the value of attribute status_code.
1276 1277 1278 |
# File 'sig/types.rbs', line 1276 def status_code @status_code end |