Class: Aws::Types::ToolConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:tools, :tool_choice])

Instance Attribute Summary collapse

Instance Attribute Details

#tool_choiceTypes::ToolChoice

Returns the value of attribute tool_choice.

Returns:



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.

Returns:



2769
2770
2771
# File 'sig/types.rbs', line 2769

def tools
  @tools
end