UsagePlanApiStage

data class UsagePlanApiStage(val apiId: String? = null, val stage: String? = null, val throttle: Map<String, UsagePlanThrottleSettings>? = null)

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

Constructors

Link copied to clipboard
constructor(apiId: String? = null, stage: String? = null, throttle: Map<String, UsagePlanThrottleSettings>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val apiId: String? = null

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

Link copied to clipboard
val stage: String? = null

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

Link copied to clipboard

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