Class: Aws::Types::ToolUseResultData
- Inherits:
-
Object
- Object
- Aws::Types::ToolUseResultData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#input_schema ⇒ Object
Returns the value of attribute input_schema.
-
#tool_name ⇒ ::String
Returns the value of attribute tool_name.
-
#tool_result ⇒ Object
Returns the value of attribute tool_result.
-
#tool_use_id ⇒ ::String
Returns the value of attribute tool_use_id.
Instance Attribute Details
#input_schema ⇒ Object
Returns the value of attribute input_schema.
3141 3142 3143 |
# File 'sig/types.rbs', line 3141 def input_schema @input_schema end |
#tool_name ⇒ ::String
Returns the value of attribute tool_name.
3139 3140 3141 |
# File 'sig/types.rbs', line 3139 def tool_name @tool_name end |
#tool_result ⇒ Object
Returns the value of attribute tool_result.
3140 3141 3142 |
# File 'sig/types.rbs', line 3140 def tool_result @tool_result end |
#tool_use_id ⇒ ::String
Returns the value of attribute tool_use_id.
3138 3139 3140 |
# File 'sig/types.rbs', line 3138 def tool_use_id @tool_use_id end |