Class: Aws::AgentRegistryControl::Types::UpdatedMcpServerAdditionalDataFields

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-agentregistrycontrol/types.rb

Overview

The set of MCP server additional-data fields that can be individually updated.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#toolsTypes::UpdatedMcpToolsDescriptor

The patch for the MCP tools descriptor field.



2174
2175
2176
2177
2178
# File 'lib/aws-sdk-agentregistrycontrol/types.rb', line 2174

class UpdatedMcpServerAdditionalDataFields < Struct.new(
  :tools)
  SENSITIVE = []
  include Aws::Structure
end