Class: Aws::AgentRegistryControl::Types::UpdatedMcpServerAdditionalDataFields
- Inherits:
-
Struct
- Object
- Struct
- Aws::AgentRegistryControl::Types::UpdatedMcpServerAdditionalDataFields
- 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
-
#tools ⇒ Types::UpdatedMcpToolsDescriptor
The patch for the MCP tools descriptor field.
Instance Attribute Details
#tools ⇒ Types::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 |