| Class | AWS::Response |
| In: |
lib/aws/response.rb
|
| Parent: | Object |
@private
| cached | [RW] | @return [Boolean] true if the response is cached |
| 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 |
@param [Http::Request] http_request @param [Http::Response] http_request