Class: Aws::AgentRegistryControl::Types::UpdatedDescriptorsFields

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

Overview

The patchable descriptor fields applied during an UpdateRegistryRecord call. Each field is independently patchable.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#a2a_agent_cardTypes::UpdatedA2aAgentCardDescriptor

The patch for the A2A agent card descriptor.



2107
2108
2109
2110
2111
2112
2113
2114
# File 'lib/aws-sdk-agentregistrycontrol/types.rb', line 2107

class UpdatedDescriptorsFields < Struct.new(
  :mcp_server,
  :a2a_agent_card,
  :agent_skills_definition,
  :custom)
  SENSITIVE = []
  include Aws::Structure
end

#agent_skills_definitionTypes::UpdatedAgentSkillsDefinitionDescriptor

The patch for the agent skills definition descriptor.



2107
2108
2109
2110
2111
2112
2113
2114
# File 'lib/aws-sdk-agentregistrycontrol/types.rb', line 2107

class UpdatedDescriptorsFields < Struct.new(
  :mcp_server,
  :a2a_agent_card,
  :agent_skills_definition,
  :custom)
  SENSITIVE = []
  include Aws::Structure
end

#customTypes::UpdatedCustomDescriptor

The patch for the custom descriptor.



2107
2108
2109
2110
2111
2112
2113
2114
# File 'lib/aws-sdk-agentregistrycontrol/types.rb', line 2107

class UpdatedDescriptorsFields < Struct.new(
  :mcp_server,
  :a2a_agent_card,
  :agent_skills_definition,
  :custom)
  SENSITIVE = []
  include Aws::Structure
end

#mcp_serverTypes::UpdatedMcpServerDescriptor

The patch for the MCP server descriptor.



2107
2108
2109
2110
2111
2112
2113
2114
# File 'lib/aws-sdk-agentregistrycontrol/types.rb', line 2107

class UpdatedDescriptorsFields < Struct.new(
  :mcp_server,
  :a2a_agent_card,
  :agent_skills_definition,
  :custom)
  SENSITIVE = []
  include Aws::Structure
end