class Aws::APIGateway::Types::ApiStage
API stage name of the associated API stage in a usage plan.
@note When making an API call, you may pass ApiStage
data as a hash: { api_id: "String", stage: "String", throttle: { "String" => { burst_limit: 1, rate_limit: 1.0, }, }, }
@!attribute [rw] api_id
API Id of the associated API stage in a usage plan. @return [String]
@!attribute [rw] stage
API stage name of the associated API stage in a usage plan. @return [String]
@!attribute [rw] throttle
Map containing method level throttling information for API stage in a usage plan. @return [Hash<String,Types::ThrottleSettings>]
Constants
- SENSITIVE