Class: Aws::Types::ToolUseBlock
- Inherits:
-
Object
- Object
- Aws::Types::ToolUseBlock
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#input ⇒ Object
Returns the value of attribute input.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tool_use_id ⇒ ::String
Returns the value of attribute tool_use_id.
-
#type ⇒ "server_tool_use"
Returns the value of attribute type.
Instance Attribute Details
#input ⇒ Object
Returns the value of attribute input.
1527 1528 1529 |
# File 'sig/types.rbs', line 1527 def input @input end |
#name ⇒ ::String
Returns the value of attribute name.
1526 1527 1528 |
# File 'sig/types.rbs', line 1526 def name @name end |
#tool_use_id ⇒ ::String
Returns the value of attribute tool_use_id.
1525 1526 1527 |
# File 'sig/types.rbs', line 1525 def tool_use_id @tool_use_id end |
#type ⇒ "server_tool_use"
Returns the value of attribute type.
1528 1529 1530 |
# File 'sig/types.rbs', line 1528 def type @type end |