UsagePlanApiStage

data class UsagePlanApiStage(val apiId: String, val stage: String, val throttles: List<UsagePlanApiStageThrottle>? = null)

Constructors

Link copied to clipboard
constructor(apiId: String, stage: String, throttles: List<UsagePlanApiStageThrottle>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The throttling limits of the usage plan.