Class: Aws::BedrockAgentCoreControl::Types::A2aDescriptor
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::A2aDescriptor
- 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
-
#agent_card ⇒ Types::AgentCardDefinition
The agent card definition for the A2A agent, as defined by the A2A protocol specification.
Instance Attribute Details
#agent_card ⇒ Types::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 |