class Awscr::S3::Response::ListAllMyBuckets
- Awscr::S3::Response::ListAllMyBuckets
- Reference
- Object
Included Modules
- Enumerable(Awscr::S3::Bucket)
Defined in:
awscr-s3/responses/list_all_my_buckets.crConstructors
Class Method Summary
-
.from_response(response)
Create a
ListAllMyBuckets
response from anHTTP::Client::Response
object
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. -
#buckets : Array(Awscr::S3::Bucket)
The array of buckets
-
#each(&)
Iterate over each bucket in the response
Constructor Detail
Class Method Detail
def self.from_response(response)
#
Create a ListAllMyBuckets
response from an
HTTP::Client::Response
object
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.