Struct rusoto_apigateway::GetRequestValidatorRequest [] [src]

pub struct GetRequestValidatorRequest {
    pub request_validator_id: String,
    pub rest_api_id: String,
}

Gets a RequestValidator of a given RestApi.

Fields

[Required] The identifier of the RequestValidator to be retrieved.

The string identifier of the associated RestApi.

Trait Implementations

impl Default for GetRequestValidatorRequest
[src]

[src]

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

impl Debug for GetRequestValidatorRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetRequestValidatorRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations