BatchPutLimitEntry¶
Structure Class¶
BatchPutLimitEntry
dataclass
¶
A rate limit definition within a batch put request. If you provide a
rateLimitId, the service uses it for upsert matching against existing
rate limits.
Attributes¶
description
class-attribute
instance-attribute
¶
description: str | None = None
An optional human-readable description for this rate limit. If not provided, the rate limit is created without a description.
dimension_keys
instance-attribute
¶
The ordered list of dimension key names that define the scope of this rate limit.
entries
instance-attribute
¶
entries: list[LimitEntry]
The list of rule entries that map dimension values to rate configurations.