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

#bodyString

The body of the HTTP response.

Returns:

  • (String)

    The body of the HTTP response.

#headersHash<String,String>

The headers of the HTTP response.

Returns:

  • (Hash<String,String>)

    The headers of the HTTP response.

#latencyInteger

The execution latency of the test invoke request.

Returns:

  • (Integer)

    The execution latency of the test invoke request.

#logString

The API Gateway execution log for the test invoke request.

Returns:

  • (String)

    The API Gateway execution log for the test invoke request.

#multi_value_headersHash<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.

#statusInteger

The HTTP status code.

Returns:

  • (Integer)

    The HTTP status code.