Struct rusoto_apigateway::CreateUsagePlanRequest [] [src]

pub struct CreateUsagePlanRequest {
    pub api_stages: Option<Vec<ApiStage>>,
    pub description: Option<String>,
    pub name: String,
    pub quota: Option<QuotaSettings>,
    pub throttle: Option<ThrottleSettings>,
}

The POST request to create a usage plan with the name, description, throttle limits and quota limits, as well as the associated API stages, specified in the payload.

Fields

The associated API stages of the usage plan.

The description of the usage plan.

The name of the usage plan.

The quota of the usage plan.

The throttling limits of the usage plan.

Trait Implementations

impl Default for CreateUsagePlanRequest
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for CreateUsagePlanRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for CreateUsagePlanRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more