Class: Aws::Types::InvocationResultMember
- Inherits:
-
Object
- Object
- Aws::Types::InvocationResultMember
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: ApiResult, FunctionResult, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_result ⇒ Types::ApiResult
Returns the value of attribute api_result.
-
#function_result ⇒ Types::FunctionResult
Returns the value of attribute function_result.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#api_result ⇒ Types::ApiResult
Returns the value of attribute api_result.
1440 1441 1442 |
# File 'sig/types.rbs', line 1440 def api_result @api_result end |
#function_result ⇒ Types::FunctionResult
Returns the value of attribute function_result.
1441 1442 1443 |
# File 'sig/types.rbs', line 1441 def function_result @function_result end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1442 1443 1444 |
# File 'sig/types.rbs', line 1442 def unknown @unknown end |