Struct rusoto_ds::ListIpRoutesResult [] [src]

pub struct ListIpRoutesResult {
    pub ip_routes_info: Option<Vec<IpRouteInfo>>,
    pub next_token: Option<String>,
}

Fields

A list of IpRoutes.

If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to ListIpRoutes to retrieve the next set of items.

Trait Implementations

impl Default for ListIpRoutesResult
[src]

[src]

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

impl Debug for ListIpRoutesResult
[src]

[src]

Formats the value using the given formatter.

impl Clone for ListIpRoutesResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more