Class: Aws::BedrockAgentCoreControl::Types::MCPGatewayConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::MCPGatewayConfiguration
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
The configuration for a Model Context Protocol (MCP) gateway. This structure defines how the gateway implements the MCP protocol.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instructions ⇒ String
The instructions for using the Model Context Protocol gateway.
-
#search_type ⇒ String
The search type for the Model Context Protocol gateway.
-
#supported_versions ⇒ Array<String>
The supported versions of the Model Context Protocol.
Instance Attribute Details
#instructions ⇒ String
The instructions for using the Model Context Protocol gateway. These instructions provide guidance on how to interact with the gateway.
3232 3233 3234 3235 3236 3237 3238 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3232 class MCPGatewayConfiguration < Struct.new( :supported_versions, :instructions, :search_type) SENSITIVE = [] include Aws::Structure end |
#search_type ⇒ String
The search type for the Model Context Protocol gateway. This field specifies how the gateway handles search operations.
3232 3233 3234 3235 3236 3237 3238 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3232 class MCPGatewayConfiguration < Struct.new( :supported_versions, :instructions, :search_type) SENSITIVE = [] include Aws::Structure end |
#supported_versions ⇒ Array<String>
The supported versions of the Model Context Protocol. This field specifies which versions of the protocol the gateway can use.
3232 3233 3234 3235 3236 3237 3238 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3232 class MCPGatewayConfiguration < Struct.new( :supported_versions, :instructions, :search_type) SENSITIVE = [] include Aws::Structure end |