Class: Aws::BedrockAgentCoreControl::Types::ApiGatewayToolOverride

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb

Overview

Settings to override configurations for a tool.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the tool. Provides information about the purpose and usage of the tool. If not provided, uses the description from the API's OpenAPI specification.

Returns:

  • (String)


258
259
260
261
262
263
264
265
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 258

class ApiGatewayToolOverride < Struct.new(
  :name,
  :description,
  :path,
  :method)
  SENSITIVE = []
  include Aws::Structure
end

#methodString

The HTTP method to expose for the specified path.

Returns:

  • (String)


258
259
260
261
262
263
264
265
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 258

class ApiGatewayToolOverride < Struct.new(
  :name,
  :description,
  :path,
  :method)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of tool. Identifies the tool in the Model Context Protocol.

Returns:

  • (String)


258
259
260
261
262
263
264
265
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 258

class ApiGatewayToolOverride < Struct.new(
  :name,
  :description,
  :path,
  :method)
  SENSITIVE = []
  include Aws::Structure
end

#pathString

Resource path in the REST API (e.g., /pets). Must explicitly match an existing path in the REST API.

Returns:

  • (String)


258
259
260
261
262
263
264
265
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 258

class ApiGatewayToolOverride < Struct.new(
  :name,
  :description,
  :path,
  :method)
  SENSITIVE = []
  include Aws::Structure
end