Skip to content

OperationBinding

faststream.asyncapi.schema.bindings.sqs.OperationBinding #

Bases: BaseModel

A class to represent an operation binding.

ATTRIBUTE DESCRIPTION
replyTo

optional dictionary containing reply information

bindingVersion

version of the binding, default is "custom"

replyTo class-attribute instance-attribute #

replyTo = None

bindingVersion class-attribute instance-attribute #

bindingVersion = 'custom'