Struct rusoto_apigateway::DeleteUsagePlanRequest [] [src]

pub struct DeleteUsagePlanRequest {
    pub usage_plan_id: String,
}

The DELETE request to delete a usage plan of a given plan Id.

Fields

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

Trait Implementations

impl Default for DeleteUsagePlanRequest
[src]

[src]

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

impl Debug for DeleteUsagePlanRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for DeleteUsagePlanRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more