Struct rusoto_apigateway::GetUsagePlanKeyRequest[][src]

pub struct GetUsagePlanKeyRequest {
    pub key_id: String,
    pub usage_plan_id: String,
}

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

Fields

[Required] The key Id of the to-be-retrieved UsagePlanKey resource representing a plan customer.

[Required] The Id of the UsagePlan resource representing the usage plan containing the to-be-retrieved UsagePlanKey resource representing a plan customer.

Trait Implementations

impl Default for GetUsagePlanKeyRequest
[src]

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

impl Debug for GetUsagePlanKeyRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for GetUsagePlanKeyRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for GetUsagePlanKeyRequest
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations