Skip to content

Bedrock Agentcore  >  Unions  >  MetadataValue

MetadataValue

Union Type

MetadataValue module-attribute

Value associated with the eventMetadata key.

Union Member Types

MetadataValueStringValue dataclass

Value associated with the eventMetadata key.

Attributes

value instance-attribute
value: str

MetadataValueUnknown dataclass

Represents an unknown variant.

If you receive this value, you will need to update your library to receive the parsed value.

This value may not be deliberately sent.

Attributes

tag instance-attribute
tag: str