Skip to content

Bedrock Agent Runtime  >  Structures  >  FunctionParameter

FunctionParameter

Structure Class

FunctionParameter dataclass

Contains information about a parameter of the function.

This data type is used in the following API operations:

Attributes

name class-attribute instance-attribute
name: str | None = None

The name of the parameter.

type class-attribute instance-attribute
type: str | None = None

The data type of the parameter.

value class-attribute instance-attribute
value: str | None = None

The value of the parameter.