Class: Aws::AgentRegistryControl::Types::UpdatedDescriptorsFields
- Inherits:
-
Struct
- Object
- Struct
- Aws::AgentRegistryControl::Types::UpdatedDescriptorsFields
- 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
-
#a2a_agent_card ⇒ Types::UpdatedA2aAgentCardDescriptor
The patch for the A2A agent card descriptor.
-
#agent_skills_definition ⇒ Types::UpdatedAgentSkillsDefinitionDescriptor
The patch for the agent skills definition descriptor.
-
#custom ⇒ Types::UpdatedCustomDescriptor
The patch for the custom descriptor.
-
#mcp_server ⇒ Types::UpdatedMcpServerDescriptor
The patch for the MCP server descriptor.
Instance Attribute Details
#a2a_agent_card ⇒ Types::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_definition ⇒ Types::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 |
#custom ⇒ Types::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_server ⇒ Types::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 |