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

The current page of elements from this collection.

Trait Implementations

impl Default for UsagePlanKeys
[src]

[src]

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

impl Debug for UsagePlanKeys
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for UsagePlanKeys
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for UsagePlanKeys

impl Sync for UsagePlanKeys