class Aws::S3::Response::GetObjectOutput

Defined in:

aws/s3/responses/get_object_output.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(body : IO | String) #

[View source]

Class Method Detail

def self.from_response(response) #

Create a GetObjectOutput response from an HTTP::Client::Response object


[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


[View source]
def body : IO | String #

The body of the request object


[View source]