Skip to content

Api Gateway  >  Structures  >  ApiStage

ApiStage

Structure Class

ApiStage dataclass

API stage name of the associated API stage in a usage plan.

Attributes

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

API Id of the associated API stage in a usage plan.

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

API stage name of the associated API stage in a usage plan.

throttle class-attribute instance-attribute
throttle: dict[str, ThrottleSettings] | None = None

Map containing method level throttling information for API stage in a usage plan.