Skip to content

Bedrock Agent Runtime  >  Enums  >  ParameterType

ParameterType

Enum Class

ParameterType

Bases: UnknownEnumMixin, StrEnum

Attributes

ARRAY class-attribute instance-attribute
ARRAY = 'array'
BOOLEAN class-attribute instance-attribute
BOOLEAN = 'boolean'
INTEGER class-attribute instance-attribute
INTEGER = 'integer'
NUMBER class-attribute instance-attribute
NUMBER = 'number'
STRING class-attribute instance-attribute
STRING = 'string'