Struct rusoto_apigateway::GetUsagePlanRequest [] [src]

pub struct GetUsagePlanRequest {
    pub usage_plan_id: String,
}

The GET request to get a usage plan of a given plan identifier.

Fields

The identifier of the UsagePlan resource to be retrieved.

Trait Implementations

impl Default for GetUsagePlanRequest
[src]

[src]

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

impl Debug for GetUsagePlanRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetUsagePlanRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations