Struct rusoto_apigateway::UpdateUsagePlanRequest [] [src]

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

The PATCH request to update a usage plan of a given plan Id.

Fields

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

The Id of the to-be-updated usage plan.

Trait Implementations

impl Default for UpdateUsagePlanRequest
[src]

[src]

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

impl Debug for UpdateUsagePlanRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for UpdateUsagePlanRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations