Struct rusoto_apigateway::GetBasePathMappingsRequest [] [src]

pub struct GetBasePathMappingsRequest {
    pub domain_name: String,
    pub limit: Option<i64>,
    pub position: Option<String>,
}

A request to get information about a collection of BasePathMapping resources.

Fields

The domain name of a BasePathMapping resource.

The maximum number of returned results per page. The value is 25 by default and could be between 1 - 500.

The current pagination position in the paged result set.

Trait Implementations

impl Default for GetBasePathMappingsRequest
[src]

[src]

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

impl Debug for GetBasePathMappingsRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetBasePathMappingsRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations