class Aws::APIGateway::Types::TestInvokeMethodResponse
Represents the response of the test invoke request in the HTTP method.
<div class=“seeAlso” markdown=“1”>
- Test API using the API Gateway console][1
-
</div>
@!attribute [rw] status
The HTTP status code. @return [Integer]
@!attribute [rw] body
The body of the HTTP response. @return [String]
@!attribute [rw] headers
The headers of the HTTP response. @return [Hash<String,String>]
@!attribute [rw] multi_value_headers
The headers of the HTTP response as a map from string to list of values. @return [Hash<String,Array<String>>]
@!attribute [rw] log
The API Gateway execution log for the test invoke request. @return [String]
@!attribute [rw] latency
The execution latency of the test invoke request. @return [Integer]
Constants
- SENSITIVE