Class: Aws::Types::ToolConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ToolConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#tool_choice ⇒ Types::ToolChoice
Returns the value of attribute tool_choice.
-
#tools ⇒ ::Array[Types::Tool]
Returns the value of attribute tools.
Instance Attribute Details
#tool_choice ⇒ Types::ToolChoice
Returns the value of attribute tool_choice.
1434 1435 1436 |
# File 'sig/types.rbs', line 1434 def tool_choice @tool_choice end |
#tools ⇒ ::Array[Types::Tool]
Returns the value of attribute tools.
1433 1434 1435 |
# File 'sig/types.rbs', line 1433 def tools @tools end |