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.
2770 2771 2772 |
# File 'sig/types.rbs', line 2770 def tool_choice @tool_choice end |
#tools ⇒ ::Array[Types::Tool]
Returns the value of attribute tools.
2769 2770 2771 |
# File 'sig/types.rbs', line 2769 def tools @tools end |