Skip to content

Bedrock Agent Runtime  >  Structures  >  RequestBody

RequestBody

Structure Class

RequestBody dataclass

The parameters in the API request body.

Attributes

content class-attribute instance-attribute
content: dict[str, list[Parameter]] | None = None

The content in the request body.