Class: AWS::S3::Service::Response

Inherits:
Base::Response show all
Defined in:
lib/aws/s3/response.rb

Instance Attribute Summary

Attributes inherited from Base::Response

#body, #parsed, #response

Instance Method Summary collapse

Methods inherited from Base::Response

#[], #code, #each, #error, #error?, #headers, #initialize, #inspect

Methods inherited from String

#previous, #previous!, #remove_extended, #remove_extended!, #tap, #to_header, #underscore, #valid_utf8?

Constructor Details

This class inherits a constructor from AWS::S3::Base::Response

Instance Method Details

#bucketsObject



87
88
89
# File 'lib/aws/s3/response.rb', line 87

def buckets
  parsed['buckets']['bucket'] || []
end

#empty?Boolean

Returns:

  • (Boolean)


83
84
85
# File 'lib/aws/s3/response.rb', line 83

def empty?
  parsed['buckets'].nil?
end