Class: Aws::APIGateway::Types::TestInvokeMethodResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bodyString

The body of the HTTP response.

Returns:

  • (String)


5093
5094
5095
5096
5097
5098
5099
5100
5101
5102
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 5093

class TestInvokeMethodResponse < Struct.new(
  :status,
  :body,
  :headers,
  :multi_value_headers,
  :log,
  :latency)
  SENSITIVE = []
  include Aws::Structure
end

#headersHash<String,String>

The headers of the HTTP response.

Returns:

  • (Hash<String,String>)


5093
5094
5095
5096
5097
5098
5099
5100
5101
5102
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 5093

class TestInvokeMethodResponse < Struct.new(
  :status,
  :body,
  :headers,
  :multi_value_headers,
  :log,
  :latency)
  SENSITIVE = []
  include Aws::Structure
end

#latencyInteger

The execution latency, in ms, of the test invoke request.

Returns:

  • (Integer)


5093
5094
5095
5096
5097
5098
5099
5100
5101
5102
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 5093

class TestInvokeMethodResponse < Struct.new(
  :status,
  :body,
  :headers,
  :multi_value_headers,
  :log,
  :latency)
  SENSITIVE = []
  include Aws::Structure
end

#logString

The API Gateway execution log for the test invoke request.

Returns:

  • (String)


5093
5094
5095
5096
5097
5098
5099
5100
5101
5102
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 5093

class TestInvokeMethodResponse < Struct.new(
  :status,
  :body,
  :headers,
  :multi_value_headers,
  :log,
  :latency)
  SENSITIVE = []
  include Aws::Structure
end

#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>>)


5093
5094
5095
5096
5097
5098
5099
5100
5101
5102
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 5093

class TestInvokeMethodResponse < Struct.new(
  :status,
  :body,
  :headers,
  :multi_value_headers,
  :log,
  :latency)
  SENSITIVE = []
  include Aws::Structure
end

#statusInteger

The HTTP status code.

Returns:

  • (Integer)


5093
5094
5095
5096
5097
5098
5099
5100
5101
5102
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 5093

class TestInvokeMethodResponse < Struct.new(
  :status,
  :body,
  :headers,
  :multi_value_headers,
  :log,
  :latency)
  SENSITIVE = []
  include Aws::Structure
end