Class: Aws::BedrockAgentCoreControl::Types::McpServerTargetConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::McpServerTargetConfiguration
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
The target configuration for the MCP server.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoint ⇒ String
The endpoint for the MCP server target configuration.
Instance Attribute Details
#endpoint ⇒ String
The endpoint for the MCP server target configuration.
6495 6496 6497 6498 6499 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 6495 class McpServerTargetConfiguration < Struct.new( :endpoint) SENSITIVE = [] include Aws::Structure end |