Struct rusoto_apigateway::UpdateUsageRequest [] [src]

pub struct UpdateUsageRequest {
    pub key_id: String,
    pub patch_operations: Option<Vec<PatchOperation>>,
    pub usage_plan_id: String,
}

The PATCH request to grant a temporary extension to the remaining quota of a usage plan associated with a specified API key.

Fields

The identifier of the API key associated with the usage plan in which a temporary extension is granted to the remaining quota.

A list of update operations to be applied to the specified resource and in the order specified in this list.

The Id of the usage plan associated with the usage data.

Trait Implementations

impl Default for UpdateUsageRequest
[src]

[src]

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

impl Debug for UpdateUsageRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for UpdateUsageRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more