You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::APIGateway::Types::TestInvokeMethodResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::TestInvokeMethodResponse
- Defined in:
- (unknown)
Overview
Represents the response of the test invoke request in the HTTP method.
Returned by:
Instance Attribute Summary collapse
-
#body ⇒ String
The body of the HTTP response.
-
#headers ⇒ Hash<String,String>
The headers of the HTTP response.
-
#latency ⇒ Integer
The execution latency of the test invoke request.
-
#log ⇒ String
The API Gateway execution log for the test invoke request.
-
#multi_value_headers ⇒ Hash<String,Array<String>>
The headers of the HTTP response as a map from string to list of values.
-
#status ⇒ Integer
The HTTP status code.
Instance Attribute Details
#body ⇒ String
The body of the HTTP response.
#headers ⇒ Hash<String,String>
The headers of the HTTP response.
#latency ⇒ Integer
The execution latency of the test invoke request.
#log ⇒ String
The API Gateway execution log for the test invoke request.
#multi_value_headers ⇒ Hash<String,Array<String>>
The headers of the HTTP response as a map from string to list of values.
#status ⇒ Integer
The HTTP status code.