Struct rusoto_apigateway::ApiKeyIds [] [src]

pub struct ApiKeyIds {
    pub ids: Option<Vec<String>>,
    pub warnings: Option<Vec<String>>,
}

The identifier of an ApiKey used in a UsagePlan.

Fields

A list of all the ApiKey identifiers.

A list of warning messages.

Trait Implementations

impl Default for ApiKeyIds
[src]

[src]

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

impl Debug for ApiKeyIds
[src]

[src]

Formats the value using the given formatter. Read more

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

impl Sync for ApiKeyIds