Class: Aws::AgentRegistryControl::Types::UpdatedA2aAgentCardDescriptor

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

Overview

The A2A agent card descriptor patch wrapper. Omit to leave the descriptor unchanged; supply an empty object to remove it; supply optionalValue to patch its fields.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#optional_valueTypes::UpdatedA2aAgentCardDescriptorFields

The value to set for this field. Omit the wrapper to leave the field unchanged.



1792
1793
1794
1795
1796
# File 'lib/aws-sdk-agentregistrycontrol/types.rb', line 1792

class UpdatedA2aAgentCardDescriptor < Struct.new(
  :optional_value)
  SENSITIVE = []
  include Aws::Structure
end