Class: Aws::AgentRegistry::Types::A2aAgentCardDescriptor
- Inherits:
-
Struct
- Object
- Struct
- Aws::AgentRegistry::Types::A2aAgentCardDescriptor
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-agentregistry/types.rb
Overview
Base mixin for A2A agent card descriptor content
Constant Summary collapse
- SENSITIVE =
[:data]
Instance Attribute Summary collapse
-
#data ⇒ String
Descriptor payload data.
-
#data_schema_version ⇒ String
Version of the descriptor type schema.
-
#source ⇒ Types::DescriptorSource
The source location from which the A2A (Agent-to-Agent) agent card descriptor content was retrieved.
Instance Attribute Details
#data ⇒ String
Descriptor payload data
30 31 32 33 34 35 36 |
# File 'lib/aws-sdk-agentregistry/types.rb', line 30 class A2aAgentCardDescriptor < Struct.new( :data, :data_schema_version, :source) SENSITIVE = [:data] include Aws::Structure end |
#data_schema_version ⇒ String
Version of the descriptor type schema
30 31 32 33 34 35 36 |
# File 'lib/aws-sdk-agentregistry/types.rb', line 30 class A2aAgentCardDescriptor < Struct.new( :data, :data_schema_version, :source) SENSITIVE = [:data] include Aws::Structure end |
#source ⇒ Types::DescriptorSource
The source location from which the A2A (Agent-to-Agent) agent card descriptor content was retrieved.
30 31 32 33 34 35 36 |
# File 'lib/aws-sdk-agentregistry/types.rb', line 30 class A2aAgentCardDescriptor < Struct.new( :data, :data_schema_version, :source) SENSITIVE = [:data] include Aws::Structure end |