Struct rusoto_apigateway::Stages [] [src]

pub struct Stages {
    pub item: Option<Vec<Stage>>,
}

A list of Stage resources that are associated with the ApiKey resource.

Fields

The current page of elements from this collection.

Trait Implementations

impl Default for Stages
[src]

[src]

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

impl Debug for Stages
[src]

[src]

Formats the value using the given formatter.

impl Clone for Stages
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more