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
show all
Defined in:
(unknown)

Overview

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#body ⇒ String

The body of the HTTP response.

Returns:

  • (String) —

    The body of the HTTP response.

#headers ⇒ Hash<String,String>

The headers of the HTTP response.

Returns:

  • (Hash<String,String>) —

    The headers of the HTTP response.

#latency ⇒ Integer

The execution latency of the test invoke request.

Returns:

  • (Integer) —

    The execution latency of the test invoke request.

#log ⇒ String

The API Gateway execution log for the test invoke request.

Returns:

  • (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.

Returns:

  • (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.

Returns:

  • (Integer) —

    The HTTP status code.