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.
1522 1523 1524 |
# File 'sig/types.rbs', line 1522 def api_result @api_result end |
#function_result ⇒ Types::FunctionResult
Returns the value of attribute function_result.
1523 1524 1525 |
# File 'sig/types.rbs', line 1523 def function_result @function_result end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1524 1525 1526 |
# File 'sig/types.rbs', line 1524 def unknown @unknown end |