Class: Aws::BedrockAgentCoreControl::Types::AgentCardDefinition

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#inline_contentString

The JSON content containing the A2A agent card definition, conforming to the A2A protocol specification.

Returns:

  • (String)


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_versionString

The schema version of the agent card based on the A2A protocol specification.

Returns:

  • (String)


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