Class: Aws::BedrockAgentCoreControl::Types::McpServerTargetConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#endpointString

The endpoint for the MCP server target configuration.

Returns:

  • (String)


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