Struct rusoto_apigateway::DocumentationVersions [] [src]

pub struct DocumentationVersions {
    pub items: Option<Vec<DocumentationVersion>>,
    pub position: Option<String>,
}

The collection of documentation snapshots of an API.

Use the DocumentationVersions to manage documentation snapshots associated with various API stages.

Fields

The current page of elements from this collection.

Trait Implementations

impl Default for DocumentationVersions
[src]

[src]

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

impl Debug for DocumentationVersions
[src]

[src]

Formats the value using the given formatter.

impl Clone for DocumentationVersions
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more