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.



2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
# File 'lib/aws-sdk-agentregistrycontrol/types.rb', line 2611

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

#agent_skills_definitionTypes::UpdatedAgentSkillsDefinitionDescriptor

The patch for the agent skills definition descriptor.



2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
# File 'lib/aws-sdk-agentregistrycontrol/types.rb', line 2611

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

#aguiTypes::UpdatedAgUiDescriptor

The patch for the AG-UI descriptor.



2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
# File 'lib/aws-sdk-agentregistrycontrol/types.rb', line 2611

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

#customTypes::UpdatedCustomDescriptor

The patch for the custom descriptor.



2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
# File 'lib/aws-sdk-agentregistrycontrol/types.rb', line 2611

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

#httpTypes::UpdatedHttpDescriptor

The patch for the HTTP descriptor.



2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
# File 'lib/aws-sdk-agentregistrycontrol/types.rb', line 2611

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

#mcp_serverTypes::UpdatedMcpServerDescriptor

The patch for the MCP server descriptor.



2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
# File 'lib/aws-sdk-agentregistrycontrol/types.rb', line 2611

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