Class: Aws::AgentRegistryControl::Types::Descriptors

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

Overview

The typed set of descriptors for a registry record. Exactly one descriptor field is populated based on the record type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#a2a_agent_card ⇒ Types::A2aAgentCardDescriptor

The A2A agent card descriptor, populated when the record type is AGENT.



747
748
749
750
751
752
753
754
755
756
# File 'gems/aws-sdk-agentregistrycontrol/lib/aws-sdk-agentregistrycontrol/types.rb', line 747

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

#agent_skills_definition ⇒ Types::AgentSkillsDefinitionDescriptor

The agent skills definition descriptor, populated when the record type is SKILL.



747
748
749
750
751
752
753
754
755
756
# File 'gems/aws-sdk-agentregistrycontrol/lib/aws-sdk-agentregistrycontrol/types.rb', line 747

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

#agui ⇒ Types::AgUiDescriptor

The AG-UI descriptor, populated for records detected from an AG-UI protocol source.



747
748
749
750
751
752
753
754
755
756
# File 'gems/aws-sdk-agentregistrycontrol/lib/aws-sdk-agentregistrycontrol/types.rb', line 747

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

#custom ⇒ Types::CustomDescriptor

The custom descriptor, populated when the record type is CUSTOM.



747
748
749
750
751
752
753
754
755
756
# File 'gems/aws-sdk-agentregistrycontrol/lib/aws-sdk-agentregistrycontrol/types.rb', line 747

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

#http ⇒ Types::HttpDescriptor

The HTTP descriptor, populated for records detected from an HTTP protocol source.



747
748
749
750
751
752
753
754
755
756
# File 'gems/aws-sdk-agentregistrycontrol/lib/aws-sdk-agentregistrycontrol/types.rb', line 747

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

#mcp_server ⇒ Types::McpServerDescriptor

The MCP server descriptor, populated when the record type is MCP.



747
748
749
750
751
752
753
754
755
756
# File 'gems/aws-sdk-agentregistrycontrol/lib/aws-sdk-agentregistrycontrol/types.rb', line 747

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