Class: Aws::AgentRegistry::Types::Descriptors
- Inherits:
-
Struct
- Object
- Struct
- Aws::AgentRegistry::Types::Descriptors
- 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
-
#a2a_agent_card ⇒ Types::A2aAgentCardDescriptor
Base mixin for A2A agent card descriptor content.
-
#agent_skills_definition ⇒ Types::AgentSkillsDefinitionDescriptor
Base mixin for agent skills definition descriptor content.
-
#custom ⇒ Types::CustomDescriptor
Custom descriptor for user-defined content.
-
#mcp_server ⇒ Types::McpServerDescriptor
Base mixin for MCP server descriptor content.
Instance Attribute Details
#a2a_agent_card ⇒ Types::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_definition ⇒ Types::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 |
#custom ⇒ Types::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_server ⇒ Types::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 |