Class: Aws::BedrockAgentCoreControl::Types::A2aDescriptor

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

Overview

The Agent-to-Agent (A2A) protocol descriptor for a registry record. Contains the agent card definition as defined by the A2A protocol specification.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_cardTypes::AgentCardDefinition

The agent card definition for the A2A agent, as defined by the A2A protocol specification.



24
25
26
27
28
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 24

class A2aDescriptor < Struct.new(
  :agent_card)
  SENSITIVE = []
  include Aws::Structure
end