class Awscr::S3::Response::ListAllMyBuckets

Included Modules

Defined in:

awscr-s3/responses/list_all_my_buckets.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(buckets : Array(Bucket)) #

[View source]

Class Method Detail

def self.from_response(response) #

Create a ListAllMyBuckets 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 buckets : Array(Awscr::S3::Bucket) #

The array of buckets


[View source]
def each(&) #

Iterate over each bucket in the response


[View source]