Skip to content

Bedrock Agentcore Control  >  Structures  >  UpdatedA2aDescriptor

UpdatedA2aDescriptor

Structure Class

UpdatedA2aDescriptor dataclass

Wrapper for updating an A2A descriptor with PATCH semantics. When present, the A2A descriptor is replaced with the provided value. When absent, the A2A descriptor is left unchanged. To unset, include the wrapper with the value set to null.

Attributes

optional_value class-attribute instance-attribute
optional_value: A2aDescriptor | None = None

The updated A2A descriptor value.