Class: Aws::APIGateway::Types::TestInvokeMethodResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::TestInvokeMethodResponse
- Includes:
- Structure
- Defined in:
- 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
-
#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.
5107 5108 5109 5110 5111 5112 5113 5114 5115 5116 |
# File 'lib/aws-sdk-apigateway/types.rb', line 5107 class TestInvokeMethodResponse < Struct.new( :status, :body, :headers, :multi_value_headers, :log, :latency) SENSITIVE = [] include Aws::Structure end |
#headers ⇒ Hash<String,String>
The headers of the HTTP response.
5107 5108 5109 5110 5111 5112 5113 5114 5115 5116 |
# File 'lib/aws-sdk-apigateway/types.rb', line 5107 class TestInvokeMethodResponse < Struct.new( :status, :body, :headers, :multi_value_headers, :log, :latency) SENSITIVE = [] include Aws::Structure end |
#latency ⇒ Integer
The execution latency of the test invoke request.
5107 5108 5109 5110 5111 5112 5113 5114 5115 5116 |
# File 'lib/aws-sdk-apigateway/types.rb', line 5107 class TestInvokeMethodResponse < Struct.new( :status, :body, :headers, :multi_value_headers, :log, :latency) SENSITIVE = [] include Aws::Structure end |
#log ⇒ String
The API Gateway execution log for the test invoke request.
5107 5108 5109 5110 5111 5112 5113 5114 5115 5116 |
# File 'lib/aws-sdk-apigateway/types.rb', line 5107 class TestInvokeMethodResponse < Struct.new( :status, :body, :headers, :multi_value_headers, :log, :latency) SENSITIVE = [] include Aws::Structure end |
#multi_value_headers ⇒ Hash<String,Array<String>>
The headers of the HTTP response as a map from string to list of values.
5107 5108 5109 5110 5111 5112 5113 5114 5115 5116 |
# File 'lib/aws-sdk-apigateway/types.rb', line 5107 class TestInvokeMethodResponse < Struct.new( :status, :body, :headers, :multi_value_headers, :log, :latency) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status code.
5107 5108 5109 5110 5111 5112 5113 5114 5115 5116 |
# File 'lib/aws-sdk-apigateway/types.rb', line 5107 class TestInvokeMethodResponse < Struct.new( :status, :body, :headers, :multi_value_headers, :log, :latency) SENSITIVE = [] include Aws::Structure end |