Struct rusoto_apigateway::GetModelTemplateRequest [] [src]

pub struct GetModelTemplateRequest {
    pub model_name: String,
    pub rest_api_id: String,
}

Request to generate a sample mapping template used to transform the payload.

Fields

The name of the model for which to generate a template.

The string identifier of the associated RestApi.

Trait Implementations

impl Default for GetModelTemplateRequest
[src]

[src]

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

impl Debug for GetModelTemplateRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetModelTemplateRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations