Skip to content

Bedrock Agentcore  >  Structures  >  Amount

Amount

Structure Class

Amount dataclass

Represents a monetary amount with a currency.

Attributes

currency instance-attribute
currency: Currency

The currency code for the amount.

value instance-attribute
value: str

The numeric value of the amount.