Struct rusoto_apigateway::TestInvokeMethodResponse [] [src]

pub struct TestInvokeMethodResponse {
    pub body: Option<String>,
    pub headers: Option<HashMap<String, String>>,
    pub latency: Option<i64>,
    pub log: Option<String>,
    pub status: Option<i64>,
}

Represents the response of the test invoke request in the HTTP method.

Fields

The body of the HTTP response.

The headers of the HTTP response.

The execution latency of the test invoke request.

The Amazon API Gateway execution log for the test invoke request.

The HTTP status code.

Trait Implementations

impl Default for TestInvokeMethodResponse
[src]

[src]

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

impl Debug for TestInvokeMethodResponse
[src]

[src]

Formats the value using the given formatter.

impl Clone for TestInvokeMethodResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more