Class: Aws::BedrockAgentCore::Types::AgentCardDefinition

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

Overview

The agent card definition for A2A descriptors, including the schema version and inline content that describes the agent's capabilities.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#inline_contentString

The inline content of the agent card definition.

Returns:

  • (String)


179
180
181
182
183
184
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 179

class AgentCardDefinition < Struct.new(
  :schema_version,
  :inline_content)
  SENSITIVE = []
  include Aws::Structure
end

#schema_versionString

The schema version of the agent card definition.

Returns:

  • (String)


179
180
181
182
183
184
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 179

class AgentCardDefinition < Struct.new(
  :schema_version,
  :inline_content)
  SENSITIVE = []
  include Aws::Structure
end