Struct rusoto_apigateway::CreateUsagePlanKeyRequest [] [src]

pub struct CreateUsagePlanKeyRequest {
    pub key_id: String,
    pub key_type: String,
    pub usage_plan_id: String,
}

The POST request to create a usage plan key for adding an existing API key to a usage plan.

Fields

The identifier of a UsagePlanKey resource for a plan customer.

The type of a UsagePlanKey resource for a plan customer.

The Id of the UsagePlan resource representing the usage plan containing the to-be-created UsagePlanKey resource representing a plan customer.

Trait Implementations

impl Default for CreateUsagePlanKeyRequest
[src]

[src]

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

impl Debug for CreateUsagePlanKeyRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for CreateUsagePlanKeyRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more