Class: Aws::BedrockAgentCoreControl::Types::AgentCardDefinition
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::AgentCardDefinition
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
The agent card definition for an A2A descriptor. Contains the schema version and inline content for the agent card.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#inline_content ⇒ String
The JSON content containing the A2A agent card definition, conforming to the A2A protocol specification.
-
#schema_version ⇒ String
The schema version of the agent card based on the A2A protocol specification.
Instance Attribute Details
#inline_content ⇒ String
The JSON content containing the A2A agent card definition, conforming to the A2A protocol specification.
89 90 91 92 93 94 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 89 class AgentCardDefinition < Struct.new( :schema_version, :inline_content) SENSITIVE = [] include Aws::Structure end |
#schema_version ⇒ String
The schema version of the agent card based on the A2A protocol specification.
89 90 91 92 93 94 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 89 class AgentCardDefinition < Struct.new( :schema_version, :inline_content) SENSITIVE = [] include Aws::Structure end |