Class: Aws::AgentRegistry::Types::Descriptors

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

Overview

The protocol-specific descriptors that describe how to connect to and use the registry record.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#a2a_agent_cardTypes::A2aAgentCardDescriptor

Base mixin for A2A agent card descriptor content



240
241
242
243
244
245
246
247
# File 'lib/aws-sdk-agentregistry/types.rb', line 240

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

#agent_skills_definitionTypes::AgentSkillsDefinitionDescriptor

Base mixin for agent skills definition descriptor content



240
241
242
243
244
245
246
247
# File 'lib/aws-sdk-agentregistry/types.rb', line 240

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

#customTypes::CustomDescriptor

Custom descriptor for user-defined content



240
241
242
243
244
245
246
247
# File 'lib/aws-sdk-agentregistry/types.rb', line 240

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

#mcp_serverTypes::McpServerDescriptor

Base mixin for MCP server descriptor content



240
241
242
243
244
245
246
247
# File 'lib/aws-sdk-agentregistry/types.rb', line 240

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