Struct rusoto_apigateway::BasePathMappings [] [src]

pub struct BasePathMappings {
    pub items: Option<Vec<BasePathMapping>>,
    pub position: Option<String>,
}

Represents a collection of BasePathMapping resources.

Fields

The current page of elements from this collection.

Trait Implementations

impl Default for BasePathMappings
[src]

[src]

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

impl Debug for BasePathMappings
[src]

[src]

Formats the value using the given formatter.

impl Clone for BasePathMappings
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more