Class: Aws::Types::ToolUseBlockStart
- Inherits:
-
Object
- Object
- Aws::Types::ToolUseBlockStart
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#name ⇒ ::String
Returns the value of attribute name.
1539 1540 1541 |
# File 'sig/types.rbs', line 1539 def name @name end |
#tool_use_id ⇒ ::String
Returns the value of attribute tool_use_id.
1538 1539 1540 |
# File 'sig/types.rbs', line 1538 def tool_use_id @tool_use_id end |
#type ⇒ "server_tool_use"
Returns the value of attribute type.
1540 1541 1542 |
# File 'sig/types.rbs', line 1540 def type @type end |