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.
1298 1299 1300 |
# File 'sig/types.rbs', line 1298 def durable_execution_arn @durable_execution_arn end |
#executed_version ⇒ ::String
Returns the value of attribute executed_version.
1297 1298 1299 |
# File 'sig/types.rbs', line 1297 def executed_version @executed_version end |
#function_error ⇒ ::String
Returns the value of attribute function_error.
1294 1295 1296 |
# File 'sig/types.rbs', line 1294 def function_error @function_error end |
#log_result ⇒ ::String
Returns the value of attribute log_result.
1295 1296 1297 |
# File 'sig/types.rbs', line 1295 def log_result @log_result end |
#payload ⇒ ::String
Returns the value of attribute payload.
1296 1297 1298 |
# File 'sig/types.rbs', line 1296 def payload @payload end |
#status_code ⇒ ::Integer
Returns the value of attribute status_code.
1293 1294 1295 |
# File 'sig/types.rbs', line 1293 def status_code @status_code end |