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.
<div class=“seeAlso” markdown=“1”>
- Test API using the API Gateway console][1
-
</div>
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.
7057 7058 7059 7060 7061 7062 7063 7064 7065 7066 |
# File 'lib/aws-sdk-apigateway/types.rb', line 7057 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.
7057 7058 7059 7060 7061 7062 7063 7064 7065 7066 |
# File 'lib/aws-sdk-apigateway/types.rb', line 7057 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.
7057 7058 7059 7060 7061 7062 7063 7064 7065 7066 |
# File 'lib/aws-sdk-apigateway/types.rb', line 7057 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.
7057 7058 7059 7060 7061 7062 7063 7064 7065 7066 |
# File 'lib/aws-sdk-apigateway/types.rb', line 7057 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.
7057 7058 7059 7060 7061 7062 7063 7064 7065 7066 |
# File 'lib/aws-sdk-apigateway/types.rb', line 7057 class TestInvokeMethodResponse < Struct.new( :status, :body, :headers, :multi_value_headers, :log, :latency) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status code.
7057 7058 7059 7060 7061 7062 7063 7064 7065 7066 |
# File 'lib/aws-sdk-apigateway/types.rb', line 7057 class TestInvokeMethodResponse < Struct.new( :status, :body, :headers, :multi_value_headers, :log, :latency) SENSITIVE = [] include Aws::Structure end |