Struct rusoto_apigateway::ApiKeys [] [src]

pub struct ApiKeys {
    pub items: Option<Vec<ApiKey>>,
    pub position: Option<String>,
    pub warnings: Option<Vec<String>>,
}

Represents a collection of API keys as represented by an ApiKeys resource.

Fields

The current page of elements from this collection.

A list of warning messages logged during the import of API keys when the failOnWarnings option is set to true.

Trait Implementations

impl Default for ApiKeys
[src]

[src]

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

impl Debug for ApiKeys
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ApiKeys
[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 ApiKeys

impl Sync for ApiKeys