Skip to content

Bedrock Agent Runtime  >  Structures  >  ApiParameter

ApiParameter

Structure Class

ApiParameter dataclass

Information about a parameter to provide to the API request.

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 for the parameter.

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

The value of the parameter.