class Awscr::S3::Response::GetObjectOutput
- Awscr::S3::Response::GetObjectOutput
- Reference
- Object
Defined in:
awscr-s3/responses/get_object_output.crConstructors
Class Method Summary
-
.from_response(response)
Create a
GetObjectOutput
response from anHTTP::Client::Response
object
Instance Method Summary
-
#body : String
The body of the request object
-
#headers : HTTP::Headers
The headers returned along with the object response
Constructor Detail
Class Method Detail
def self.from_response(response)
#
Create a GetObjectOutput
response from an
HTTP::Client::Response
object