Struct rusoto_apigateway::VpcLinks [] [src]

pub struct VpcLinks {
    pub items: Option<Vec<VpcLink>>,
    pub position: Option<String>,
}

The collection of VPC links under the caller's account in a region.

Fields

The current page of elements from this collection.

Trait Implementations

impl Default for VpcLinks
[src]

[src]

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

impl Debug for VpcLinks
[src]

[src]

Formats the value using the given formatter. Read more

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

impl Sync for VpcLinks