Skip to content

Bedrock Agent Runtime  >  Structures  >  Parameter

Parameter

Structure Class

Parameter dataclass

A parameter for the API request or function.

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 type of the parameter.

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

The value of the parameter.