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.
3800 3801 3802 3803 3804 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3800 class McpServerTargetConfiguration < Struct.new( :endpoint) SENSITIVE = [] include Aws::Structure end |