Skip to content

Bedrock AgentCore Control  >  Structures  >  GatewayRateLimitDetail

GatewayRateLimitDetail

Structure Class

GatewayRateLimitDetail dataclass

Contains detailed information about a gateway rate limit, including its configuration and current status.

Attributes

created_at instance-attribute
created_at: datetime

The timestamp when the rate limit was created.

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

The human-readable description of the rate limit.

dimension_keys instance-attribute
dimension_keys: list[str]

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.

gateway_identifier instance-attribute
gateway_identifier: str

The unique identifier of the gateway.

rate_limit_id instance-attribute
rate_limit_id: str

The unique identifier of the rate limit.

status instance-attribute

The current status of the rate limit.

updated_at instance-attribute
updated_at: datetime

The timestamp when the rate limit was last updated.