Class | AWS::Core::Response |
In: |
lib/aws/core/response.rb
|
Parent: | Object |
@private
cached | [RW] | @return [Boolean] true if the response is cached |
duration | [RW] |
@return [Float] The total number of seconds taken to make the
request and return the response. |
error | [RW] |
@return [AWS::Error] Returns nil unless the request failed.
Normally this will be nil unless you are using the Asynchronous interface. |
http_request | [RW] | @return [Http::Request] the HTTP request object |
http_response | [RW] | @return [Http::Response] the HTTP response object |
request_options | [RW] |
@return [Hash] The hash of options passed to the low level request
method that generated this response. |
request_type | [RW] |
@return [Symbol] The low-level request method that generated
this response |
retry_count | [RW] |
@return [Integer] Returns the number of times the request
was retried. |
@param [Http::Request] http_request @param [Http::Response] http_request