Struct rusoto_apigateway::UsagePlanKeys [] [src]

pub struct UsagePlanKeys {
    pub items: Option<Vec<UsagePlanKey>>,
    pub position: Option<String>,
}

Represents the collection of usage plan keys added to usage plans for the associated API keys and, possibly, other types of keys.

Fields

Gets the current item of the usage plan keys collection.

Trait Implementations

impl Default for UsagePlanKeys
[src]

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

impl Debug for UsagePlanKeys
[src]

Formats the value using the given formatter.

impl Clone for UsagePlanKeys
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more