Skip to content

Bedrock Agentcore Control  >  Structures  >  GatewayRateLimitDetail

GatewayRateLimitDetail

Structure Class

GatewayRateLimitDetail dataclass

Shared fields for GatewayRateLimit responses

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

Optional human-readable description for this limit.

dimension_keys instance-attribute
dimension_keys: list[str]

Ordered list of dimension key names defining the scope of a limit

entries instance-attribute
entries: list[LimitEntry]

List of rule entries within a limit

gateway_identifier instance-attribute
gateway_identifier: str

The unique identifier of the gateway.

rate_limit_id instance-attribute
rate_limit_id: str

Limit identifier. Optional on Create (system-generates if not provided by customer). Always present in responses.

status instance-attribute

Status of a gateway limit

updated_at instance-attribute
updated_at: datetime

The timestamp when the rate limit was last updated.