Struct rusoto_apigateway::CreateRequestValidatorRequest [] [src]

pub struct CreateRequestValidatorRequest {
    pub name: Option<String>,
    pub rest_api_id: String,
    pub validate_request_body: Option<bool>,
    pub validate_request_parameters: Option<bool>,
}

Creates a RequestValidator of a given RestApi.

Fields

The name of the to-be-created RequestValidator.

The string identifier of the associated RestApi.

A Boolean flag to indicate whether to validate request body according to the configured model schema for the method (true) or not (false).

A Boolean flag to indicate whether to validate request parameters, true, or not false.

Trait Implementations

impl Default for CreateRequestValidatorRequest
[src]

[src]

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

impl Debug for CreateRequestValidatorRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for CreateRequestValidatorRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more