Struct rusoto_apigateway::GetBasePathMappingRequest [] [src]

pub struct GetBasePathMappingRequest {
    pub base_path: String,
    pub domain_name: String,
}

Request to describe a BasePathMapping resource.

Fields

The base path name that callers of the API must provide as part of the URL after the domain name. This value must be unique for all of the mappings across a single API. Leave this blank if you do not want callers to specify any base path name after the domain name.

The domain name of the BasePathMapping resource to be described.

Trait Implementations

impl Default for GetBasePathMappingRequest
[src]

[src]

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

impl Debug for GetBasePathMappingRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for GetBasePathMappingRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more