Class: Aws::AgentRegistryControl::Types::UpdatedA2aAgentCardDescriptorFields

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

Overview

The set of A2A agent card descriptor fields that can be individually updated.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data ⇒ Types::UpdatedDescriptorData

The patch for the descriptor's data field.



2260
2261
2262
2263
2264
2265
2266
# File 'gems/aws-sdk-agentregistrycontrol/lib/aws-sdk-agentregistrycontrol/types.rb', line 2260

class UpdatedA2aAgentCardDescriptorFields < Struct.new(
  :data,
  :data_schema_version,
  :source)
  SENSITIVE = []
  include Aws::Structure
end

#data_schema_version ⇒ Types::UpdatedDataSchemaVersion

The patch for the descriptor's data schema version field.



2260
2261
2262
2263
2264
2265
2266
# File 'gems/aws-sdk-agentregistrycontrol/lib/aws-sdk-agentregistrycontrol/types.rb', line 2260

class UpdatedA2aAgentCardDescriptorFields < Struct.new(
  :data,
  :data_schema_version,
  :source)
  SENSITIVE = []
  include Aws::Structure
end

#source ⇒ Types::UpdatedDescriptorSource

The patch for the descriptor's source field.



2260
2261
2262
2263
2264
2265
2266
# File 'gems/aws-sdk-agentregistrycontrol/lib/aws-sdk-agentregistrycontrol/types.rb', line 2260

class UpdatedA2aAgentCardDescriptorFields < Struct.new(
  :data,
  :data_schema_version,
  :source)
  SENSITIVE = []
  include Aws::Structure
end